Skip to content

Commit

Permalink
feat: nut20 in mint builder
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Dec 3, 2024
1 parent 84adcdf commit 30c119a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/cdk/src/mint/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ impl MintBuilder {
.nut10(true)
.nut11(true)
.nut12(true)
.nut14(true);
.nut14(true)
.nut20(true);

builder.mint_info.nuts = nuts;

Expand Down

0 comments on commit 30c119a

Please sign in to comment.