When calling load_wallet
by means of json-rpc, utilizing “pockets” param with a path to the pockets throws an error:
Instructions.load_wallet() obtained an surprising key phrase argument 'pockets'
In the identical time, electrum assist load_wallet
lists pockets
as an appropriate choice:
The query is, how do I specify pockets path when calling load_wallet by means of json-rpc.
Instance payload:
{"jsonrpc":"2.0","id":"check","technique":"load_wallet","params":{"pockets": "/electrum/testnet/wallets/orders001"}}