From 40a7b7da1bdc5751f30a75043552de71d8c064b4 Mon Sep 17 00:00:00 2001 From: andri lim Date: Thu, 20 Feb 2020 11:09:12 +0700 Subject: [PATCH] fixes glacier muir block reward --- nimbus/p2p/executor.nim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nimbus/p2p/executor.nim b/nimbus/p2p/executor.nim index 2404bec72..2bf4aac0b 100644 --- a/nimbus/p2p/executor.nim +++ b/nimbus/p2p/executor.nim @@ -89,7 +89,8 @@ const eth5, # FkSpurious eth3, # FkByzantium eth2, # FkConstantinople - eth2 # FkIstanbul + eth2, # FkIstanbul + eth2 # FkGlacierMuir ] proc processBlock*(chainDB: BaseChainDB, header: BlockHeader, body: BlockBody, vmState: BaseVMState): ValidationResult =