mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update error.go
Edit "Genesis" to "genesis"
This commit is contained in:
parent
844d1752aa
commit
5ba86fce95
1 changed files with 1 additions and 1 deletions
|
|
@ -34,5 +34,5 @@ var (
|
|||
ErrNonceTooHigh = errors.New("nonce too high")
|
||||
|
||||
// ErrNoGenesis is returned when there is no Genesis Block.
|
||||
ErrNoGenesis = errors.New("Genesis not found in chain")
|
||||
ErrNoGenesis = errors.New("genesis not found in chain")
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue