mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 16:56:48 +00:00
clang tidy
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include <xrpl/basics/Log.h>
|
||||
#include <xrpl/basics/base_uint.h>
|
||||
#include <xrpl/beast/utility/Journal.h>
|
||||
#include <xrpl/beast/utility/Zero.h>
|
||||
#include <xrpl/beast/utility/instrumentation.h>
|
||||
#include <xrpl/ledger/ReadView.h>
|
||||
#include <xrpl/ledger/helpers/MPTokenHelpers.h>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
#include <test/jtx/flags.h>
|
||||
#include <test/jtx/mpt.h>
|
||||
#include <test/jtx/pay.h>
|
||||
#include <test/jtx/ter.h>
|
||||
#include <test/jtx/ticket.h>
|
||||
#include <test/jtx/vault.h>
|
||||
|
||||
@@ -1797,7 +1798,7 @@ class ConfidentialTransfer_test : public beast::unit_test::Suite
|
||||
Env env{*this, features};
|
||||
Account const alice("alice");
|
||||
Account const bob("bob");
|
||||
ConfidentialEnv confEnv{env, alice, {{bob, 100, 40}}};
|
||||
ConfidentialEnv const confEnv{env, alice, {{bob, 100, 40}}};
|
||||
}
|
||||
|
||||
void
|
||||
@@ -2075,7 +2076,7 @@ class ConfidentialTransfer_test : public beast::unit_test::Suite
|
||||
using namespace test::jtx;
|
||||
Env env{*this, features};
|
||||
Account const alice("alice"), bob("bob"), carol("carol");
|
||||
ConfidentialEnv confEnv{
|
||||
ConfidentialEnv const confEnv{
|
||||
env,
|
||||
alice,
|
||||
{{.account = bob, .payAmount = 100, .convertAmount = 60},
|
||||
|
||||
Reference in New Issue
Block a user