mirror of
https://github.com/Xahau/xahaud.git
synced 2026-07-30 18:40:10 +00:00
test(export): accept exact witness recovery
This commit is contained in:
@@ -1421,7 +1421,8 @@ public:
|
||||
BEAST_EXPECT(std::any_of(
|
||||
peer0Jumps.begin(), peer0Jumps.end(), [&](auto const& jump) {
|
||||
return jump.from.id() == witnesslessLedger.id() &&
|
||||
jump.to.isAncestor(witnessLedger);
|
||||
(jump.to.id() == witnessLedger.id() ||
|
||||
jump.to.isAncestor(witnessLedger));
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user