MutinyWallet / mutiny-node

SDK behind Mutiny Wallet
https://mutinywallet.com
MIT License
187 stars 36 forks source link

Add function to return the current LSP #1234

Closed benthecarman closed 4 months ago

benthecarman commented 4 months ago

This is to fix where old wallets will display on the server screen that its using the olympus LSP even though internally it is using the voltage LSP.

Needed to make the lsp module pub to be able to use it in mutiny-wasm.

needs https://github.com/MutinyWallet/mutiny-web/pull/1253 for testing