mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-20 09:21:11 +00:00
b40e81bf3a
Solidity 0.8.0 breaks the current use of `payable` in these test contracts, resulting in errors like ``` Error: Type address is not implicitly convertible to expected type address payable. --> selfDestructor.sol:10:9: | 10 | address payable nil = address(0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ``` Related to #6680