-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: use more ranges #4956
base: develop
Are you sure you want to change the base?
refactor: use more ranges #4956
Conversation
This pull request has conflicts, please rebase. |
cf80c88
to
7c1c9e0
Compare
pls rebase to include #4957 |
7c1c9e0
to
741fb50
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the first commit? |
|
741fb50
to
9d9a4d1
Compare
This pull request has conflicts, please rebase. |
# Conflicts: # src/validation.cpp
9d9a4d1
to
f23439c
Compare
@UdjinM6 I've revived this, please review |
@@ -595,8 +596,7 @@ static bool ExecuteCommand(const CRPCCommand& command, const JSONRPCRequest& req | |||
continue; | |||
} | |||
|
|||
if (std::equal(vecAllowedParam.begin(), vecAllowedParam.end(), | |||
request.params.getValues().begin(), | |||
if (ranges::equal(vecAllowedParam, request.params.getValues(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this broke rpc_platform_filter.py
This pull request has conflicts, please rebase. |
No description provided.