mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 15:10:34 +00:00
try again
This commit is contained in:
@@ -742,7 +742,7 @@ class LedgerRPC_test : public beast::unit_test::Suite
|
||||
auto const expectedCtid =
|
||||
RPC::encodeCTID(jrr[jss::ledger][jss::ledger_index].asUInt(), i, netID);
|
||||
if (BEAST_EXPECT(expectedCtid.has_value()))
|
||||
BEAST_EXPECT(txns[i][jss::ctid] == *expectedCtid);
|
||||
BEAST_EXPECT(txns[i][jss::ctid] == expectedCtid.value());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user