From 8ae9b9b7446e7299c770d53f37b9e2bf7000c55f Mon Sep 17 00:00:00 2001 From: Pablo Fernandez Date: Wed, 17 Jul 2024 12:00:00 +0100 Subject: normalize unit to what mints use --- 60.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '60.md') diff --git a/60.md b/60.md index 7490e49..1517f7c 100644 --- a/60.md +++ b/60.md @@ -22,8 +22,8 @@ This NIP doesn't deal with users' *receiving* money from someone else, it's just { "kind": 37375, "content": nip44_encrypt([ - [ "balance", "100", "sats" ], - [ "privkey", "hexkey" ] // explained in Appendix 2 + [ "balance", "100", "sat" ], + [ "privkey", "hexkey" ] // explained in NIP-61 ]), "tags": [ [ "d", "my-wallet" ], @@ -31,7 +31,7 @@ This NIP doesn't deal with users' *receiving* money from someone else, it's just [ "mint", "https://mint2" ], [ "mint", "https://mint3" ], [ "name", "my shitposting wallet" ], - [ "unit", "sats" ], + [ "unit", "sat" ], [ "description", "a wallet for my day-to-day shitposting" ], [ "relay", "wss://relay1" ], [ "relay", "wss://relay2" ], -- cgit v1.2.3