From 3129f0e34f704b8ed841776b9b7bf968e3022f5f Mon Sep 17 00:00:00 2001 From: Roland Bewick Date: Thu, 14 Dec 2023 15:37:19 +0700 Subject: [PATCH] chore: add list_transactions to NIP_47_CAPABILITIES --- models.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models.go b/models.go index 7d85e930..6254cd27 100644 --- a/models.go +++ b/models.go @@ -26,7 +26,7 @@ const ( NIP_47_ERROR_EXPIRED = "EXPIRED" NIP_47_ERROR_RESTRICTED = "RESTRICTED" NIP_47_OTHER = "OTHER" - NIP_47_CAPABILITIES = "pay_invoice,pay_keysend,get_balance,get_info,make_invoice,lookup_invoice" + NIP_47_CAPABILITIES = "pay_invoice,pay_keysend,get_balance,get_info,make_invoice,lookup_invoice,list_transactions" ) const (