Remove solidity warnings in tests

This commit is contained in:
Alejandro Santander
2017-11-23 10:57:36 -03:00
parent b50391862c
commit c6e0edb268
22 changed files with 44 additions and 44 deletions

View File

@ -12,7 +12,7 @@ contract CappedCrowdsaleImpl is CappedCrowdsale {
uint256 _rate,
address _wallet,
uint256 _cap
)
) public
Crowdsale(_startTime, _endTime, _rate, _wallet)
CappedCrowdsale(_cap)
{