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.
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 thedaemon start
command does not work.