You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, I manually added them to the methods.js as a workaround in a separate branch I kept, I think we should have an walletCommand(wallet, ...args) to allow those calls otherwise this lib needs to be constantly updated ever release to use any new multiwallet commands.
Multiwallet support does not support using commands through .command for new rpcs.
For example this command below will fail even with a wallet set.
Checking debug logs shows that in cases with manual commands the wallet path is not added to the url.
client.command('walletprocesspsbt', rawPbstTxn)
The text was updated successfully, but these errors were encountered: