Bad comma in the constructor params of TokenController

This commit is contained in:
Jordi Baylina 2017-01-20 17:56:06 +01:00
parent 8825042939
commit 05cb0a5e10
5 changed files with 4 additions and 1 deletions

1
Controlled.bin Normal file
View File

@ -0,0 +1 @@
606060405234610000575b60008054600160a060020a03191633600160a060020a03161790555b5b60eb806100356000396000f300606060405263ffffffff60e060020a6000350416633cebb8238114602c578063f77c4791146044575b6000565b346000576042600160a060020a0360043516606a565b005b34600057604e60b0565b60408051600160a060020a039092168252519081900360200190f35b60005433600160a060020a039081169116146083576000565b6000805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0383161790555b5b50565b600054600160a060020a0316815600a165627a7a723058201ac9c85aae8e4d06c1c5e920b3f51b10496145a1e83669684a8ec816be04e5c10029

1
MiniMeToken.bin Normal file

File diff suppressed because one or more lines are too long

1
MiniMeTokenFactory.bin Normal file

File diff suppressed because one or more lines are too long

View File

@ -78,7 +78,7 @@ contract Campaign is TokenController, Owned {
uint _endFundingTime, uint _endFundingTime,
uint _maximumFunding, uint _maximumFunding,
address _vaultAddress, address _vaultAddress,
address _tokenAddress, address _tokenAddress
) { ) {
if ((_endFundingTime < now) || // Cannot end in the past if ((_endFundingTime < now) || // Cannot end in the past

0
TokenController.bin Normal file
View File