mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
chore: Enable clang-tidy misc checks (#6655)
This commit is contained in:
@@ -98,7 +98,7 @@ public:
|
||||
params.isMember(jss::key_type) ? params[jss::key_type] : "secp256k1");
|
||||
BEAST_EXPECT(!result.isMember(jss::warning));
|
||||
|
||||
std::string seed = result[jss::master_seed].asString();
|
||||
std::string const seed = result[jss::master_seed].asString();
|
||||
|
||||
result = walletPropose(params);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user