Open david-bakin-sl opened 3 months 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.
CustomSelfDestructOperation
SelfDestructOperation
@david-bakin-sl can you add a more detailed description for the issue to make it a "good first issue" in future?
The
CustomSelfDestructOperation
does not descend from or use the Besu implementation ofSelfDestructOperation
. Perhaps we should for reference even if we do not call the super class.