diff --git a/src/rgb20/issuer.rs b/src/rgb20/issuer.rs index 61f36b4..8c8500b 100644 --- a/src/rgb20/issuer.rs +++ b/src/rgb20/issuer.rs @@ -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) } }