Files
grimoire/src
Claude 3b21ce509c fix: use support$ instead of getInfo() for wallet connection
wallet.getInfo() sends an NWC request that can timeout if the wallet
service is slow. Instead, use wallet.getSupport() which returns the
already-cached support$ value (no network request needed).

- getInfo() is now optional - used only for alias/network
- getBalance() was already optional
- Connection succeeds as long as support$ emits

https://claude.ai/code/session_018fU3rYmjFPEKz3ot1itLZL
2026-01-30 10:54:05 +00:00
..