Bitcoin-ABC / ElectrumABC

Mirror of https://reviews.bitcoinabc.org/source/bitcoin-abc/browse/master/electrum/
https://bitcoinabc.org/electrum
Other
32 stars 16 forks source link

fix -wp / --walletpassword option #274

Closed PiRK closed 1 year ago

PiRK commented 1 year ago

This option was lost in a commit backported from Electrum: 4831972759cfd3e9f5f6eb15454f2da607809328 The option was initially added in Electron Cash after the fork from Electrum: https://github.com/Electron-Cash/Electron-Cash/pull/740

Note that the option must be passed directly to commands that need it (e.g load_wallet). It is not remembered between commands, so passing it to the daemon start command does not work.