mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-18 09:27:05 +00:00
refer to syncCommitteeMsgPool
consistently (#3537)
Updates a `sync_committee_msg_pool` reference to camelCase.
This commit is contained in:
parent
b2b7b0bd56
commit
49673c4410
@ -478,7 +478,7 @@ proc makeBeaconBlockForHeadAndSlot*(node: BeaconNode,
|
|||||||
if slot.epoch < node.dag.cfg.ALTAIR_FORK_EPOCH:
|
if slot.epoch < node.dag.cfg.ALTAIR_FORK_EPOCH:
|
||||||
SyncAggregate.init()
|
SyncAggregate.init()
|
||||||
else:
|
else:
|
||||||
node.sync_committee_msg_pool[].produceSyncAggregate(head.root),
|
node.syncCommitteeMsgPool[].produceSyncAggregate(head.root),
|
||||||
default(bellatrix.ExecutionPayload),
|
default(bellatrix.ExecutionPayload),
|
||||||
noRollback, # Temporary state - no need for rollback
|
noRollback, # Temporary state - no need for rollback
|
||||||
cache)
|
cache)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user