hedera-services
hedera-services copied to clipboard
Remove redundant check for static frame in `CustomSelfDestructOperation`.
Problem
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.
There is a redundant check for static frame. Analyze if the check can be removed.
We are missing a check for static frames
Solution
Consider descending from the Besu implementation of SelfDestructOperation
for reference. Analyze check for static frame and remove redundant check if safe.
Alternatives
No response