Update log

Co-Authored-By: Alexander Kolotov <alexandr.kolotov@gmail.com>
This commit is contained in:
Gerardo Nardelli 2019-12-04 09:59:34 -03:00 committed by GitHub
parent 8fa715089b
commit 0eeae74ffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -84,7 +84,7 @@ function swapTokensBuilder(config) {
logger.debug({ balance: balance.toString() }, 'Half duplex token bridge balance obtained') logger.debug({ balance: balance.toString() }, 'Half duplex token bridge balance obtained')
if (balance.isZero()) { if (balance.isZero()) {
logger.info(`Gas estimate failed because half duplex balance is zero. Token swap is discarded.`) logger.info(`Gas estimate failed because half duplex token balance is zero. Tokens swap is discarded.`)
return txToSend return txToSend
} }