Merge pull request #1410 from chaotixkilla/fix-zero-conf-default-value-poller
Send on poll a default zero conf value for coins without zero conf
This commit is contained in:
commit
e2b3e985f3
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ const staticConfig = ({ currentConfigVersion, deviceId, deviceName, pq, settings
|
|||
const setZeroConfLimit = config => coin =>
|
||||
_.set(
|
||||
'zeroConfLimit',
|
||||
configManager.getWalletSettings(coin.cryptoCode, config).zeroConfLimit,
|
||||
configManager.getWalletSettings(coin.cryptoCode, config).zeroConfLimit ?? 0,
|
||||
coin
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue