From 4efcab8946cc7d9688b1275a1df6cb6cc2089188 Mon Sep 17 00:00:00 2001 From: Yin Guanhao <6764397+blckngm@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:48:27 +0800 Subject: [PATCH] Update contracts/apps/20-transfer/ICS20TransferERC20.sol Co-authored-by: Flouse <1297478+Flouse@users.noreply.github.com> --- contracts/apps/20-transfer/ICS20TransferERC20.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/apps/20-transfer/ICS20TransferERC20.sol b/contracts/apps/20-transfer/ICS20TransferERC20.sol index bcb4943..cf7b19a 100644 --- a/contracts/apps/20-transfer/ICS20TransferERC20.sol +++ b/contracts/apps/20-transfer/ICS20TransferERC20.sol @@ -65,7 +65,7 @@ contract ICS20TransferERC20 is ICS20Transfer { return string(converted); } - // a copy from https://github.com/provable-things/ethereum-api/blob/161552ebd4f77090d86482cff8c863cf903c6f5f/oraclizeAPI_0.6.sol + // a copy from https://github.com/provable-things/ethereum-api/blob/161552ebd4f77090d86482cff8c863cf903c6f5f/oraclizeAPI_0.6.sol#L871-L897 function parseAddr(string memory _a) internal pure returns (address _parsedAddress) { bytes memory tmp = bytes(_a); uint160 iaddr = 0;