mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 22:08:30 +00:00
Fix race condition in the syncing sim (#944)
* Fix race condition in the syncing sim * Update another strategy
This commit is contained in:
@@ -94,7 +94,7 @@ impl<E: EthSpec> LocalNetwork<E> {
|
||||
.expect("bootnode must have a network"),
|
||||
);
|
||||
})
|
||||
.expect("should have atleast one node");
|
||||
.expect("should have at least one node");
|
||||
|
||||
let index = self.beacon_nodes.read().len();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user