mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-23 03:38:21 +00:00
fix build
This commit is contained in:
parent
4b1197bc17
commit
34f7254c61
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user