mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-27 17:10:46 +00:00
chore: Enable most cppcoreguidelines checks (#7660)
This commit is contained in:
@@ -245,9 +245,9 @@ struct Balance
|
||||
T& env;
|
||||
STAmount startAmount;
|
||||
|
||||
Balance(T& env, jtx::Account const& account) : account(account), env(env)
|
||||
Balance(T& env, jtx::Account const& account)
|
||||
: account(account), env(env), startAmount(env.balance(account))
|
||||
{
|
||||
startAmount = env.balance(account);
|
||||
}
|
||||
|
||||
[[nodiscard]] STAmount
|
||||
|
||||
Reference in New Issue
Block a user