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:
@@ -190,9 +190,9 @@ public:
|
||||
}
|
||||
|
||||
auto jv = findMsg(5s,
|
||||
[&](Json::Value const& jv)
|
||||
[&](Json::Value const& jval)
|
||||
{
|
||||
return jv[jss::type] == jss::response;
|
||||
return jval[jss::type] == jss::response;
|
||||
});
|
||||
if (jv)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user