Skip to content

Commit

Permalink
Fix language for transfer function (#1744)
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent authored and nicksavers committed Mar 8, 2019
1 parent 97ff231 commit f98a60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-20.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function balanceOf(address _owner) public view returns (uint256 balance)
#### transfer

Transfers `_value` amount of tokens to address `_to`, and MUST fire the `Transfer` event.
The function SHOULD `throw` if the `_from` account balance does not have enough tokens to spend.
The function SHOULD `throw` if the message caller's account balance does not have enough tokens to spend.

*Note* Transfers of 0 values MUST be treated as normal transfers and fire the `Transfer` event.

Expand Down

0 comments on commit f98a60e

Please sign in to comment.