mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 16:56:48 +00:00
refactor: Enable remaining clang-tidy cppcoreguidelines checks (#6538)
This commit is contained in:
@@ -486,7 +486,7 @@ public:
|
||||
env.close();
|
||||
|
||||
auto const baseFee = env.current()->fees().base;
|
||||
std::uint32_t aliceSeq;
|
||||
std::uint32_t aliceSeq = 0;
|
||||
|
||||
// these represent oft-repeated setup for input json below
|
||||
auto setup_tx = [&]() -> Json::Value {
|
||||
|
||||
Reference in New Issue
Block a user