fix: rename fudge factor and change value
This commit is contained in:
parent
35aa0a058d
commit
6e9feb6be4
1 changed files with 2 additions and 2 deletions
|
|
@ -122,8 +122,8 @@ function mergeStatusMode (a, b) {
|
|||
}
|
||||
|
||||
function getWalletStatus (settings, tx) {
|
||||
const fudgeFactorEnabled = configManager.unscoped(settings.config).fudgeFactor
|
||||
const fudgeFactor = fudgeFactorEnabled ? 10 : 0
|
||||
const fudgeFactorEnabled = configManager.unscoped(settings.config).fudgeFactorActive
|
||||
const fudgeFactor = fudgeFactorEnabled ? 100 : 0
|
||||
|
||||
const walletStatusPromise = fetchWallet(settings, tx.cryptoCode)
|
||||
.then(r => r.wallet.getStatus(r.account, tx.toAddress, tx.cryptoAtoms.minus(fudgeFactor), tx.cryptoCode))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue