dapphub / dapple

EVM contract system developer multitool
GNU General Public License v3.0
298 stars 59 forks source link

fix solidity 0.3.6 error #300

Closed mhhf closed 8 years ago

mhhf commented 8 years ago

Error was because from solidity 0.3.6 upwards, contract's fallback function throws by default, if not implemented but used. with this you have to explicitly implement an empty fallback function in case you want to be able to send funds to a contract.