From 1820397af21169110e1cb984163be1288cf0c145 Mon Sep 17 00:00:00 2001 From: agnxsh Date: Fri, 13 Dec 2024 20:37:45 +0530 Subject: [PATCH] tiny fix --- beacon_chain/networking/eth2_network.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_chain/networking/eth2_network.nim b/beacon_chain/networking/eth2_network.nim index 9e32993f24..96003fdfb9 100644 --- a/beacon_chain/networking/eth2_network.nim +++ b/beacon_chain/networking/eth2_network.nim @@ -2097,7 +2097,7 @@ proc getMetadata_vx(node: Eth2Node, peer: Peer): {.async: (raises: [CancelledError]).} = let res = - if node.getBeaconTime().slotOrZero.epoch >= cfg.FULU_FORK_EPOCH: + if node.getBeaconTime().slotOrZero.epoch >= node.cfg.FULU_FORK_EPOCH: # Directly fetch fulu metadata if available await getMetadata_v3(peer) else: