Skip to content

Commit

Permalink
fix #113 typo : complaint -> compliant (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
edd34 authored Jul 27, 2021
1 parent ae4388e commit 20abad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/CErc20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ contract CErc20 is CToken, CErc20Interface {
case 0 { // This is a non-standard ERC-20
success := not(0) // set success to true
}
case 32 { // This is a complaint ERC-20
case 32 { // This is a compliant ERC-20
returndatacopy(0, 0, 32)
success := mload(0) // Set `success = returndata` of external call
}
Expand Down

0 comments on commit 20abad2

Please sign in to comment.