mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
fix godoc comment
This commit is contained in:
parent
bf7809495f
commit
c594f7436b
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ type PrecompiledContract interface {
|
||||||
Run(input []byte) ([]byte, error) // Run runs the precompiled contract
|
Run(input []byte) ([]byte, error) // Run runs the precompiled contract
|
||||||
}
|
}
|
||||||
|
|
||||||
// PrecompiledContractByName contains the precompiled contracts supported at the given fork.
|
// PrecompiledContracts contains the precompiled contracts supported at the given fork.
|
||||||
type PrecompiledContracts map[common.Address]PrecompiledContract
|
type PrecompiledContracts map[common.Address]PrecompiledContract
|
||||||
|
|
||||||
// PrecompiledContractsHomestead contains the default set of pre-compiled Ethereum
|
// PrecompiledContractsHomestead contains the default set of pre-compiled Ethereum
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue