mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-12 05:06:48 +00:00
fix clang tidy
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#include <openssl/rand.h>
|
||||
#include <utility/mpt_utility.h>
|
||||
|
||||
#include <mpt_protocol.h>
|
||||
#include <secp256k1.h>
|
||||
#include <secp256k1_mpt.h>
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
#include <test/jtx/flags.h>
|
||||
#include <test/jtx/mpt.h>
|
||||
#include <test/jtx/owners.h>
|
||||
#include <test/jtx/ter.h>
|
||||
#include <test/jtx/ticket.h>
|
||||
|
||||
#include <xrpl/basics/Buffer.h>
|
||||
@@ -27,8 +28,10 @@
|
||||
#include <xrpl/protocol/TxFlags.h>
|
||||
#include <xrpl/protocol/jss.h>
|
||||
|
||||
#include <chrono>
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace xrpl {
|
||||
|
||||
|
||||
@@ -209,7 +209,7 @@ protected:
|
||||
Buffer balanceCommitment;
|
||||
|
||||
// Recipients vector
|
||||
std::vector<ConfidentialRecipient> recipients{};
|
||||
std::vector<ConfidentialRecipient> recipients;
|
||||
|
||||
// Constructor that performs all common setup
|
||||
ConfidentialSendSetup(
|
||||
|
||||
Reference in New Issue
Block a user