Skip to content

Commit

Permalink
mark nut-12 as supported in mint info endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
elnosh committed Sep 23, 2024
1 parent d46fe1e commit 89aafda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mint/mint.go
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ func (m *Mint) SetMintInfo(mintInfo MintInfo) error {
9: map[string]bool{"supported": true},
10: map[string]bool{"supported": true},
11: map[string]bool{"supported": true},
12: map[string]bool{"supported": false},
12: map[string]bool{"supported": true},
}

info := nut06.MintInfo{
Expand Down

0 comments on commit 89aafda

Please sign in to comment.