diff options
author | Aaron Buchwald <[email protected]> | 2020-12-15 21:24:34 -0500 |
---|---|---|
committer | Aaron Buchwald <[email protected]> | 2020-12-15 21:24:34 -0500 |
commit | 8026c5f6c44a02ff44bb25cb941915f53cdc9e1c (patch) | |
tree | 7f18cb47f7df8b7d0553eb48ae7320911702a0f6 | |
parent | 898c6841f72ba2343682aebe34004d90a4cf3466 (diff) |
Change name of apricot block in config
-rw-r--r-- | params/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/params/config.go b/params/config.go index a0b4a51..2f59170 100644 --- a/params/config.go +++ b/params/config.go @@ -376,7 +376,7 @@ type ChainConfig struct { // Apricot switch block timestamp (nil = no fork, 0 = already activated) // Apricot rules go into effect for blocks with a timestamp >= ApricotBlockTimestamp - ApricotBlockTimestamp *big.Int `json:"apricotBlock,omitempty"` + ApricotBlockTimestamp *big.Int `json:"apricotBlockTimestamp,omitempty"` // Various consensus engines Ethash *EthashConfig `json:"ethash,omitempty"` |