mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
core/vm: revert comment change
This commit is contained in:
parent
ced1ad0bdc
commit
7d4d387574
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue