diff --git a/lib/wallet.js b/lib/wallet.js index 4b39a1ec..13e972fa 100644 --- a/lib/wallet.js +++ b/lib/wallet.js @@ -173,9 +173,7 @@ function authorizeZeroConf (settings, tx, machineId) { return Promise.resolve(false) } - if (plugin === 'all-zero-conf') return Promise.resolve(true) - - if (plugin === 'none') return Promise.resolve(false) + if (plugin === 'none') return Promise.resolve(true) const zeroConf = ph.load(ph.ZERO_CONF, plugin) const account = settings.accounts[plugin]