Skip to content

Commit

Permalink
chore: add list_transactions to NIP_47_CAPABILITIES
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Dec 14, 2023
1 parent 0c8d5f3 commit 3129f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 3129f0e

Please sign in to comment.