mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-29 08:05:50 +00:00
@@ -25,8 +25,7 @@
|
||||
|
||||
#include <optional>
|
||||
|
||||
struct MockLedgerLoader
|
||||
{
|
||||
struct MockLedgerLoader {
|
||||
using GetLedgerResponseType = FakeFetchResponse;
|
||||
using RawLedgerObjectType = FakeLedgerObject;
|
||||
|
||||
@@ -34,6 +33,7 @@ struct MockLedgerLoader
|
||||
FormattedTransactionsData,
|
||||
insertTransactions,
|
||||
(ripple::LedgerInfo const&, GetLedgerResponseType& data),
|
||||
());
|
||||
()
|
||||
);
|
||||
MOCK_METHOD(std::optional<ripple::LedgerInfo>, loadInitialLedger, (uint32_t sequence), ());
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user