mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-05 17:56:49 +00:00
Merge branch 'develop' into ximinez/online-delete-gaps
This commit is contained in:
@@ -80,8 +80,9 @@ class LedgerMaster_test : public beast::unit_test::suite
|
||||
auto result = env.app().getLedgerMaster().txnIdFromIndex(startLegSeq, txnIndex);
|
||||
BEAST_EXPECT(
|
||||
*result ==
|
||||
uint256("277F4FD89C20B92457FEF05FF63F6405563AD0563C73D967A29727"
|
||||
"72679ADC65"));
|
||||
uint256(
|
||||
"277F4FD89C20B92457FEF05FF63F6405563AD0563C73D967A29727"
|
||||
"72679ADC65"));
|
||||
}
|
||||
// success (second tx)
|
||||
{
|
||||
@@ -89,8 +90,9 @@ class LedgerMaster_test : public beast::unit_test::suite
|
||||
auto result = env.app().getLedgerMaster().txnIdFromIndex(startLegSeq + 1, txnIndex);
|
||||
BEAST_EXPECT(
|
||||
*result ==
|
||||
uint256("293DF7335EBBAF4420D52E70ABF470EB4C5792CAEA2F91F76193C2"
|
||||
"819F538FDE"));
|
||||
uint256(
|
||||
"293DF7335EBBAF4420D52E70ABF470EB4C5792CAEA2F91F76193C2"
|
||||
"819F538FDE"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user