Fix wording
Co-Authored-By: Alexander Kolotov <alexandr.kolotov@gmail.com>
This commit is contained in:
parent
9811c13a04
commit
2d526a1454
@ -35,7 +35,7 @@ function swapTokensBuilder(config) {
|
|||||||
return txToSend
|
return txToSend
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.debug(`Checking if half duplex balance is above the threshold`)
|
logger.debug(`Checking if half duplex token balance is above the threshold`)
|
||||||
const hdTokenBalanceAboveMinBalance = await foreignBridge.methods.isHDTokenBalanceAboveMinBalance().call()
|
const hdTokenBalanceAboveMinBalance = await foreignBridge.methods.isHDTokenBalanceAboveMinBalance().call()
|
||||||
|
|
||||||
if (!hdTokenBalanceAboveMinBalance) {
|
if (!hdTokenBalanceAboveMinBalance) {
|
||||||
|
Loading…
Reference in New Issue
Block a user