Skip to content

Commit

Permalink
fix: remove get_info from required capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Oct 9, 2024
1 parent 48fee0a commit 2e1f439
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,9 @@ export const DEFAULT_CURRENCY = "USD";
export const DEFAULT_WALLET_NAME = "Default Wallet";
export const ALBY_LIGHTNING_ADDRESS = "[email protected]";

export const REQUIRED_CAPABILITIES: Nip47Capability[] = ["get_info", "get_balance", "make_invoice", "pay_invoice", "list_transactions"];
export const REQUIRED_CAPABILITIES: Nip47Capability[] = [
"get_balance",
"make_invoice",
"pay_invoice",
"list_transactions",
];

0 comments on commit 2e1f439

Please sign in to comment.