Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
elnosh committed Sep 3, 2024
1 parent 93170f6 commit 7aa8ada
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 @@ -23,7 +23,7 @@ Implemented [NUTs](https://github.com/cashubtc/nuts/):
- [ ] [NUT-08](https://github.com/cashubtc/nuts/blob/main/08.md)
- [x] [NUT-09](https://github.com/cashubtc/nuts/blob/main/09.md) (Wallet only)
- [x] [NUT-10](https://github.com/cashubtc/nuts/blob/main/10.md)
- [x] [NUT-11](https://github.com/cashubtc/nuts/blob/main/11.md) (Wallet only)
- [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-13](https://github.com/cashubtc/nuts/blob/main/13.md)
- [ ] [NUT-14](https://github.com/cashubtc/nuts/blob/main/14.md)
Expand Down
2 changes: 1 addition & 1 deletion cmd/mint/mint.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func main() {

mintServer.LogInfo("mint server listening on port: " + mintConfig.Port)
if err := mintServer.Start(); err != nil && err != http.ErrServerClosed {
log.Fatalf("error runnming mint: %v\n", err)
log.Fatalf("error running mint: %v\n", err)
} else if err == http.ErrServerClosed {
mintServer.LogInfo("shutdown complete")
}
Expand Down

0 comments on commit 7aa8ada

Please sign in to comment.