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 b2294c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Implemented [NUTs](https://github.com/cashubtc/nuts/):
- [x] [NUT-09](https://github.com/cashubtc/nuts/blob/main/09.md)
- [x] [NUT-10](https://github.com/cashubtc/nuts/blob/main/10.md)
- [x] [NUT-11](https://github.com/cashubtc/nuts/blob/main/11.md)
- [ ] [NUT-12](https://github.com/cashubtc/nuts/blob/main/12.md)
- [x] [NUT-12](https://github.com/cashubtc/nuts/blob/main/12.md)
- [x] [NUT-13](https://github.com/cashubtc/nuts/blob/main/13.md)
- [ ] [NUT-14](https://github.com/cashubtc/nuts/blob/main/14.md)
- [ ] [NUT-15](https://github.com/cashubtc/nuts/blob/main/15.md)
Expand Down
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 b2294c3

Please sign in to comment.