aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Buchwald <aaron.buchwald56@gmail.com>2020-12-15 21:24:34 -0500
committerAaron Buchwald <aaron.buchwald56@gmail.com>2020-12-15 21:24:34 -0500
commit8026c5f6c44a02ff44bb25cb941915f53cdc9e1c (patch)
tree7f18cb47f7df8b7d0553eb48ae7320911702a0f6
parent898c6841f72ba2343682aebe34004d90a4cf3466 (diff)
Change name of apricot block in config
-rw-r--r--params/config.go2
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"`