fix: resolve for none 0conf
This commit is contained in:
parent
31dcf890de
commit
574b0c9fea
1 changed files with 2 additions and 0 deletions
|
|
@ -175,6 +175,8 @@ function authorizeZeroConf (settings, tx, machineId) {
|
||||||
|
|
||||||
if (plugin === 'all-zero-conf') return Promise.resolve(true)
|
if (plugin === 'all-zero-conf') return Promise.resolve(true)
|
||||||
|
|
||||||
|
if (plugin === 'none') return Promise.resolve(false)
|
||||||
|
|
||||||
const zeroConf = ph.load(ph.ZERO_CONF, plugin)
|
const zeroConf = ph.load(ph.ZERO_CONF, plugin)
|
||||||
const account = settings.accounts[plugin]
|
const account = settings.accounts[plugin]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue