mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
@@ -30,6 +30,7 @@
|
||||
#include <vector>
|
||||
|
||||
using namespace feed::impl;
|
||||
using namespace data;
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
@@ -58,6 +58,7 @@ constexpr auto kLEDGER_HASH = "4BC50C9B0D8515D3EAAE1E74B29A95804346C491EE1A95BF2
|
||||
namespace json = boost::json;
|
||||
using namespace feed;
|
||||
using namespace feed::impl;
|
||||
using namespace data;
|
||||
|
||||
template <class Execution>
|
||||
class SubscriptionManagerBaseTest : public util::prometheus::WithPrometheus, public MockBackendTest {
|
||||
|
||||
@@ -45,6 +45,8 @@
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
using namespace data;
|
||||
|
||||
namespace {
|
||||
|
||||
constexpr auto kACCOUNT1 = "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn";
|
||||
|
||||
Reference in New Issue
Block a user