mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 16:56:48 +00:00
Fix clang-tidy errors
This commit is contained in:
@@ -369,7 +369,7 @@ public:
|
||||
DatabaseCon&
|
||||
getWalletDB() override
|
||||
{
|
||||
std::scoped_lock lock(walletDBMutex_);
|
||||
std::scoped_lock const lock(walletDBMutex_);
|
||||
if (!walletDB_)
|
||||
{
|
||||
DatabaseCon::Setup setup;
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
#include <xrpl/ledger/AmendmentTable.h>
|
||||
|
||||
#include <xrpl/basics/BasicConfig.h>
|
||||
#include <xrpl/basics/UnorderedContainers.h>
|
||||
#include <xrpl/basics/base_uint.h>
|
||||
#include <xrpl/basics/chrono.h>
|
||||
#include <xrpl/basics/contract.h>
|
||||
#include <xrpl/beast/hash/uhash.h>
|
||||
#include <xrpl/beast/utility/Journal.h>
|
||||
#include <xrpl/json/json_value.h>
|
||||
#include <xrpl/ledger/View.h>
|
||||
#include <xrpl/protocol/Feature.h>
|
||||
|
||||
Reference in New Issue
Block a user