mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-23 11:48:33 +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
|
# 1. Validate the attestation
|
||||||
|
|
||||||
node.attestations.add(a, node.beaconState)
|
# node.attestations.add(a, node.beaconState)
|
||||||
|
discard
|
||||||
|
|
||||||
when isMainModule:
|
when isMainModule:
|
||||||
let config = BeaconNodeConf.load()
|
let config = BeaconNodeConf.load()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user