Skip to content

Commit

Permalink
Update contracts/apps/20-transfer/ICS20TransferERC20.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Flouse <[email protected]>
  • Loading branch information
blckngm and Flouse authored Sep 25, 2023
1 parent fe226b2 commit 4116ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/apps/20-transfer/ICS20TransferERC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4116ee3

Please sign in to comment.