Merge pull request #970 from ubavic/fix/zero_conf

fix: none 0conf
This commit is contained in:
Rafael Taranto 2021-12-09 21:44:57 +00:00 committed by GitHub
commit f14674c4f3

View file

@ -173,7 +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(true)
const zeroConf = ph.load(ph.ZERO_CONF, plugin)
const account = settings.accounts[plugin]