Skip to content
Snippets Groups Projects

[chain] Binance Smart Chain (Bifrost Refactor Avalanche -> EVM)

Merged Ursa (9R) requested to merge ursa/bsc into develop
4 files
+ 18
11
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -410,7 +410,7 @@ func (c *EVMClient) getOutboundTxData(txOutItem stypes.TxOutItem, memo mem.Memo,
}
c.logger.Info().Msgf("aggregator target asset address: %s", txOutItem.AggregatorTargetAsset)
if evmValue.Uint64() == 0 {
return nil, hasRouterUpdated, nil, fmt.Errorf("transferOutAndCall can only be used when outbound asset is EVM")
return nil, hasRouterUpdated, nil, fmt.Errorf("transferOutAndCall can only be used when outbound asset is native")
}
targetLimit := txOutItem.AggregatorTargetLimit
if targetLimit == nil {
Loading