Remove payload attestation queueing and more cleanups

This commit is contained in:
Michael Sproul
2026-04-01 11:17:33 +11:00
parent 1ee2ce4258
commit bc6cf0f882
5 changed files with 34 additions and 99 deletions

View File

@@ -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()),
},