Skip to content

Commit

Permalink
fix add asset tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jack committed Jul 2, 2024
1 parent baafff6 commit 9bc11c1
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 9bc11c1

Please sign in to comment.