tests: fix most of the static warnings (#844)
This commit is contained in:
committed by
Francisco Giordano
parent
42787e2a75
commit
82ce197e44
@ -3,6 +3,7 @@ pragma solidity ^0.4.18;
|
||||
import "../token/ERC20/MintableToken.sol";
|
||||
import "../crowdsale/distribution/RefundableCrowdsale.sol";
|
||||
|
||||
|
||||
contract RefundableCrowdsaleImpl is RefundableCrowdsale {
|
||||
|
||||
function RefundableCrowdsaleImpl (
|
||||
@ -12,7 +13,7 @@ contract RefundableCrowdsaleImpl is RefundableCrowdsale {
|
||||
address _wallet,
|
||||
MintableToken _token,
|
||||
uint256 _goal
|
||||
)
|
||||
)
|
||||
public
|
||||
Crowdsale(_rate, _wallet, _token)
|
||||
TimedCrowdsale(_openingTime, _closingTime)
|
||||
|
||||
Reference in New Issue
Block a user