diff --git a/beacon_chain/beacon_node.nim b/beacon_chain/beacon_node.nim index cdede6002..f5d8dd749 100644 --- a/beacon_chain/beacon_node.nim +++ b/beacon_chain/beacon_node.nim @@ -197,7 +197,8 @@ proc processBlocks*(node: BeaconNode) {.async.} = # # 1. Validate the attestation - node.attestations.add(a, node.beaconState) + # node.attestations.add(a, node.beaconState) + discard when isMainModule: let config = BeaconNodeConf.load()