fix build

This commit is contained in:
Dustin Brody 2018-12-12 16:10:46 -08:00
parent 4b1197bc17
commit 34f7254c61

View File

@ -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()