fix: remove log

This commit is contained in:
Sérgio Salgado 2022-04-03 23:12:36 +01:00
parent 0135d50416
commit 0a591658aa

View file

@ -180,7 +180,7 @@ function newFunding (account, cryptoCode, settings, operatorId) {
fundingConfirmedBalance, fundingConfirmedBalance,
fundingAddress fundingAddress
})) }))
.catch(console.log) .catch(errorHandle)
} }
function cryptoNetwork (account, cryptoCode, settings, operatorId) { function cryptoNetwork (account, cryptoCode, settings, operatorId) {