cronos icon indicating copy to clipboard operation
cronos copied to clipboard

Problem: internal EVM call don't fail if the method is not implemented

Open yihuang opened this issue 3 years ago • 0 comments

which causes a serious issue in token mapping, if the mapped contract lacks the mint_by_cronos_module method, then when converting tokens, the native tokens will disappear, and there are no equivalent crc20 tokens minted. we better check the Transfer event in the returned receipt logs.

yihuang avatar Jan 26 '22 02:01 yihuang