Remove payable from Destructible constructor (#1107)
* Destructible no longer has a payable constructor. * Fixed linter errors.pull/1114/head
parent
23074676c4
commit
73be06412f
@ -0,0 +1,7 @@ |
||||
pragma solidity ^0.4.24; |
||||
|
||||
import "../lifecycle/Destructible.sol"; |
||||
|
||||
contract DestructibleMock is Destructible { |
||||
function() payable public {} |
||||
} |
Loading…
Reference in new issue