Unverified Commit a74b7bd4 by Francisco Giordano Committed by GitHub

Merge pull request #613 from federicobond/remove-duplicate-constructor

Remove duplicated constructor call in FinalizableCrowdsaleImpl
parents dbe8898d 090e2fca
......@@ -13,7 +13,6 @@ contract FinalizableCrowdsaleImpl is FinalizableCrowdsale {
address _wallet
) public
Crowdsale(_startTime, _endTime, _rate, _wallet)
FinalizableCrowdsale()
{
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment