-
Notifications
You must be signed in to change notification settings - Fork 38.7k
rpc: remove one more quote from non-string oneline description #28289
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
rpc: remove one more quote from non-string oneline description #28289
Conversation
This fixes a silent conflict betwen bitcoin#28123 and bitcoin#27460
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. |
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.
ACK 2394314
With this change, ./test/functional/test_runner.py --jobs=11 --timeout-factor=0 --coverage no longer warns as it does on current master
Uncovered RPC commands:
- Internal
and .oneline_description in this RPC is set to a value similar to that in the other RPCs.
|
utACK 2394314 |
|
lgtm ACK 2394314 |
hebasto
left a comment
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.
ACK 2394314
…ne description 2394314 rpc: remove one more quote from non-string oneline description (Martin Zumsande) Pull request description: This fixes a silent conflict between bitcoin#28123 (which removed all `\"options\"`) and bitcoin#27460 (which added a new one). It should fix the current CI failures. ACKs for top commit: ajtowns: utACK 2394314 MarcoFalke: lgtm ACK 2394314 jonatack: ACK 2394314 hebasto: ACK 2394314 Tree-SHA512: feb0c2b936a77be45d9c65aa7d738277b2266b5153665fee3b1413045de521195dc7d5efa2fc8b37b22f16e9b8d0ee8de25bfd151a428666122b31f64056557a
This fixes a silent conflict between #28123 (which removed all
\"options\") and #27460 (which added a new one).It should fix the current CI failures.