Skip to content

Commit

Permalink
Merge pull request #613 from federicobond/remove-duplicate-constructor
Browse files Browse the repository at this point in the history
Remove duplicated constructor call in FinalizableCrowdsaleImpl
  • Loading branch information
frangio authored Jan 2, 2018
2 parents dbe8898 + 090e2fc commit a74b7bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/mocks/FinalizableCrowdsaleImpl.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ contract FinalizableCrowdsaleImpl is FinalizableCrowdsale {
address _wallet
) public
Crowdsale(_startTime, _endTime, _rate, _wallet)
FinalizableCrowdsale()
{
}

Expand Down

0 comments on commit a74b7bd

Please sign in to comment.