Skip to content

Commit

Permalink
removed unncessary from transferMultiple function
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kong authored and Michael Kong committed Jun 12, 2018
1 parent 1eab44b commit 1a7313c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sol/FantomToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,6 @@ contract FantomToken is ERC20Token, Wallet, LockSlots, FantomIcoDates {
/* Multiple token transfers from one address to save gas */

function transferMultiple(address[] _addresses, uint[] _amounts) external {
require(tokensTradeable);
require(_addresses.length <= 100);
require(_addresses.length == _amounts.length);

Expand Down

0 comments on commit 1a7313c

Please sign in to comment.