fix: authorize tx under zeroConfLimit
This commit is contained in:
parent
574b0c9fea
commit
446d2f3220
1 changed files with 1 additions and 3 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue