Account1 not found after unlocking wallet.
I created a new account (not default) and sent tBTC to it but now I can't send from that account as -32603: account 1 not found.
In addition, the Move command returns -Request unsupported by btcwallet
I have the same issue
I have the same issue too.
This is the error I've always taken.
I use sendmany command:
sendmany accounname '{"SMrto3dWZ2ZPVDse9hcGNgt9ocnvtiVmfk":1}'
-32603: account 1 not found
listaccounts outputs:
{
"default": 0,
"imported": 0,
"accounname": 5600
}
getinfo output:
{
"version": 120000,
"protocolversion": 70002,
"walletversion": 5,
"balance": 5600,
"blocks": 211,
"timeoffset": 0,
"connections": 0,
"proxy": "",
"difficulty": 1,
"testnet": false,
"keypoololdest": 0,
"keypoolsize": 0,
"unlocked_until": 0,
"paytxfee": 1000,
"relayfee": 0.00001,
"errors": ""
}
Thank you, this is still an issue and your pull request does in fact fix the issue! I have run into the issue sending from non default accounts, "Error: "-26: TX rejected: transaction --- has witness data, but segwit isn't active yet".