chore: remove miners fee debug logs
This commit is contained in:
parent
f205f99d7f
commit
7989345a83
2 changed files with 2 additions and 9 deletions
|
|
@ -63,7 +63,6 @@ function sendCoins (settings, tx) {
|
|||
return fetchWallet(settings, tx.cryptoCode)
|
||||
.then(r => {
|
||||
const feeMultiplier = new BN(configManager.getWalletSettings(tx.cryptoCode, settings.config).feeMultiplier)
|
||||
console.log('** DEBUG MINERS FEE ** - Fee multiplier: ', feeMultiplier)
|
||||
return r.wallet.sendCoins(r.account, tx, settings, r.operatorId, feeMultiplier)
|
||||
.then(res => {
|
||||
mem.clear(module.exports.balance)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue