hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Apache License 2.0
281 stars 125 forks source link

refactor: smart contract's override of `selfdestruct` should descent from Besu's implementation #14756

Open david-bakin-sl opened 1 month ago

david-bakin-sl commented 1 month ago

The CustomSelfDestructOperation does not descend from or use the Besu implementation of SelfDestructOperation. Perhaps we should for reference even if we do not call the super class.