mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
typo
This commit is contained in:
parent
0e0ddea458
commit
c1b4526736
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import (
|
|||
"testing"
|
||||
)
|
||||
|
||||
func TestChainConfig_LoadForksName(t *testing.T) {
|
||||
func TestChainConfig_LoadForks(t *testing.T) {
|
||||
const config = `
|
||||
GENESIS_FORK_VERSION: 0x00000000
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue