30_endowment_retriever.sol#L6 should have payable in constructor
rstormsf opened this issue · 0 comments
rstormsf commented
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.