Cyfrin / solidity-by-example.github.io

Solidity By Example
https://solidity-by-example.org/
MIT License
614 stars 201 forks source link

Fix fallback function call from abi #244

Closed maruf0011 closed 1 year ago

maruf0011 commented 1 year ago
  1. Made function and address payable
  2. Fix call params, without params it call fallback of self.
t4sk commented 1 year ago

Thanks