From 8ac766dd624051af376192f3e9966a06b5d13c8b Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Fri, 10 Jan 2025 17:14:01 +0000 Subject: [PATCH] chore: update readme for mint sig --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c134e480..ccea6e62 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ For a guide to settings up a development environment see [DEVELOPMENT.md](./DEVE | [17][17] | WebSocket subscriptions | :heavy_check_mark: | | [18][18] | Payment Requests | :heavy_check_mark: | | [19][19] | Cached responses | :heavy_check_mark: | +| [20][20] | Signature on Mint Quote | :heavy_check_mark: | ## Bindings @@ -104,3 +105,4 @@ Please see the [development guide](DEVELOPMENT.md). [17]: https://github.com/cashubtc/nuts/blob/main/17.md [18]: https://github.com/cashubtc/nuts/blob/main/18.md [19]: https://github.com/cashubtc/nuts/blob/main/19.md +[20]: https://github.com/cashubtc/nuts/blob/main/20.md