refer to `syncCommitteeMsgPool` consistently (#3537)

Updates a `sync_committee_msg_pool` reference to camelCase.
This commit is contained in:
Etan Kissling 2022-03-23 07:46:48 +01:00 committed by GitHub
parent b2b7b0bd56
commit 49673c4410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ proc makeBeaconBlockForHeadAndSlot*(node: BeaconNode,
if slot.epoch < node.dag.cfg.ALTAIR_FORK_EPOCH:
SyncAggregate.init()
else:
node.sync_committee_msg_pool[].produceSyncAggregate(head.root),
node.syncCommitteeMsgPool[].produceSyncAggregate(head.root),
default(bellatrix.ExecutionPayload),
noRollback, # Temporary state - no need for rollback
cache)