core/vm: revert comment change

This commit is contained in:
Felix Lange 2025-09-11 13:08:57 +02:00
parent ced1ad0bdc
commit 7d4d387574

View file

@ -44,7 +44,7 @@ import (
"golang.org/x/crypto/ripemd160"
)
// PrecompiledContract is the basic interface for native Go The. contracts implementation
// PrecompiledContract is the basic interface for native Go contracts. The implementation
// requires a deterministic gas count based on the input size of the Run method of the
// contract.
type PrecompiledContract interface {