mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-19 19:09:08 +00:00
sync only via prysm 2
This commit is contained in:
parent
b2bb6ac863
commit
a07ef5d654
@ -710,6 +710,8 @@ proc syncWorker[A, B](man: SyncManager[A, B], index: int) {.async: (raises: [Can
|
||||
peer = await man.pool.acquire()
|
||||
if peer.remoteAgent == Eth2Agent.Prysm:
|
||||
await man.syncStep(index, peer)
|
||||
man.pool.release(peer)
|
||||
peer = nil
|
||||
man.pool.release(peer)
|
||||
peer = nil
|
||||
finally:
|
||||
|
Loading…
x
Reference in New Issue
Block a user