From 07bf688dd07fb5cd8e7e9a8d8ea2815c8247f1d6 Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Mon, 17 Feb 2025 13:58:14 -0300 Subject: [PATCH] NIP 60: add amount to kind 7374 --- 60.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/60.md b/60.md index 87449d20..85639238 100644 --- a/60.md +++ b/60.md @@ -177,7 +177,8 @@ However, application developers SHOULD use local state when possible and only pu "content": nip44_encrypt("quote-id"), "tags": [ [ "expiration", "" ], - [ "mint", "" ] + [ "mint", "" ], + [ "amount", "" ] ] } ```