Skip to content

Commit

Permalink
Improving RGB20
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Feb 2, 2021
1 parent 72d45ff commit 8058c03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rgb20/src/asset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ pub struct Asset {
#[cfg_attr(feature = "serde", serde(with = "As::<DisplayFromStr>"))]
chain: Chain,
fractional_bits: u8,
#[cfg_attr(feature = "serde", serde(with = "As::<DisplayFromStr>"))]
date: NaiveDateTime,
known_issues: Vec<Issue>,
/// Specifies outpoints which when spent may indicate inflation happening
Expand Down Expand Up @@ -244,7 +243,6 @@ pub struct Allocation {

/// Revealed value consisting of an explicit atomic amount and Pedesen
/// commitment blinding factor
#[cfg_attr(feature = "serde", serde(with = "As::<DisplayFromStr>"))]
value: value::Revealed,
}

Expand Down

0 comments on commit 8058c03

Please sign in to comment.