Skip to content

Commit

Permalink
Align key
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M committed Jan 16, 2024
1 parent 1f81a0c commit 8be46b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/examples/client/output/build_nft_output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async fn main() -> Result<()> {
.add_feature(TagFeature::new(TAG)?)
.add_immutable_feature(IssuerFeature::new(address))
.add_immutable_feature(MetadataFeature::new([(
"IRC27".as_bytes().to_vec(),
"irc-27".as_bytes().to_vec(),
tip_27_immutable_metadata.as_bytes().to_vec(),
)])?)
.finish_output()?;
Expand Down

0 comments on commit 8be46b7

Please sign in to comment.