mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix shadowing variables
This commit is contained in:
@@ -125,9 +125,9 @@ public:
|
||||
{
|
||||
Json::Value jv;
|
||||
jv[jss::account] = acct.human();
|
||||
auto const resp =
|
||||
auto const r =
|
||||
env.rpc("json", "account_lines", to_string(jv));
|
||||
return resp[jss::result][jss::lines];
|
||||
return r[jss::result][jss::lines];
|
||||
};
|
||||
{
|
||||
auto const aliceLines = getAccountLines (alice);
|
||||
|
||||
Reference in New Issue
Block a user