mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-25 16:10:45 +00:00
@@ -233,7 +233,8 @@ private:
|
||||
if (specifiesCurrentOrClosedLedger(request))
|
||||
return true;
|
||||
|
||||
if (ctx.method == "account_info" && request.contains("queue") && request.at("queue").as_bool())
|
||||
if (ctx.method == "account_info" && request.contains("queue") && request.at("queue").is_bool() &&
|
||||
request.at("queue").as_bool())
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user