Commit 090e2fca by Federico Bond

Remove duplicated constructor call in FinalizableCrowdsaleImpl

parent dbe8898d
......@@ -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