solidity-baby-steps icon indicating copy to clipboard operation
solidity-baby-steps copied to clipboard

30_endowment_retriever.sol#L6 should have payable in constructor

Open rstormsf opened this issue 7 years ago • 0 comments

https://github.com/fivedogit/solidity-baby-steps/blob/master/contracts/30_endowment_retriever.sol#L6

since the contractor is using msg.value it has to be payable.

rstormsf avatar Jun 10 '17 00:06 rstormsf