diff options
Diffstat (limited to 'params')
-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"` |