mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-20 22:38:34 +00:00
Remove payload attestation queueing and more cleanups
This commit is contained in:
@@ -3179,10 +3179,14 @@ impl ApiTester {
|
||||
.unwrap_or_else(|| "irrelevant".to_string()),
|
||||
best_child: node
|
||||
.best_child()
|
||||
.ok()
|
||||
.flatten()
|
||||
.and_then(|index| expected_proto_array.nodes.get(index))
|
||||
.map(|child| child.root()),
|
||||
best_descendant: node
|
||||
.best_descendant()
|
||||
.ok()
|
||||
.flatten()
|
||||
.and_then(|index| expected_proto_array.nodes.get(index))
|
||||
.map(|descendant| descendant.root()),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user