Skip to content

Commit

Permalink
Merge pull request #6 from cymqqqq/fix-asset-tag
Browse files Browse the repository at this point in the history
fix add asset tag
  • Loading branch information
dr-orlovsky authored Jul 2, 2024
2 parents baafff6 + 9bc11c1 commit ece8999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgb20/issuer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ impl PrimaryIssue {
self.builder = self
.builder
.add_asset_tag("inflationAllowance", tag)
.expect("invalid RGB20 schema (max supply mismatch)");
.expect("invalid RGB20 inflation allowance tag (inflation allowance mismatch)");
self.inflation = Some(supply)
}
}
Expand Down

0 comments on commit ece8999

Please sign in to comment.