mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Revert "Convert code to use boost::beast"
This reverts commit cc9c976b76.
This commit is contained in:
@@ -1092,6 +1092,8 @@ public:
|
||||
|
||||
auto alice = Account("alice");
|
||||
|
||||
auto queued = ter(terQUEUED);
|
||||
|
||||
BEAST_EXPECT(env.current()->fees().base == 10);
|
||||
|
||||
checkMetrics(env, 0, boost::none, 0, 1, 256);
|
||||
@@ -1131,6 +1133,7 @@ public:
|
||||
{"maximum_txn_in_ledger", "5"} }));
|
||||
|
||||
auto alice = Account("alice");
|
||||
auto queued = ter(terQUEUED);
|
||||
|
||||
checkMetrics(env, 0, boost::none, 0, 2, 256);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user