mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 11:41:19 +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 |
||
---|---|---|
.. | ||
build | ||
gen_selfDestructor.go | ||
gen_testcontract.go | ||
gen.go | ||
selfDestructor.sol | ||
testcontract.sol |