Skip to content

Commit

Permalink
Check transfer destination is not a zero address. Fix issue OpenZeppe…
Browse files Browse the repository at this point in the history
  • Loading branch information
pash7ka committed Nov 16, 2017
1 parent 7f95ead commit 1766c98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/token/BasicToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ contract BasicToken is ERC20Basic {
return balances[_owner];
}

}
}
2 changes: 1 addition & 1 deletion contracts/token/StandardToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ contract StandardToken is ERC20, BasicToken {
return true;
}

}
}

0 comments on commit 1766c98

Please sign in to comment.