Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING88b5f72133ab: [rpc] remove missed rpc parameters
rABC88b5f72133ab: [rpc] remove missed rpc parameters
make check && ./test/functional/test_runner.py
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- clean-rpc-params
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 2487 Build 3103: Bitcoin ABC Buildbot (legacy) Build 3102: arc lint + arc unit
Event Timeline
src/rpc/client.cpp | ||
---|---|---|
107 | Is it possible to write a test that detects RPC params in this list that do not have an implementation? That way, we don't have to worry about this in the future. |
src/rpc/client.cpp | ||
---|---|---|
107 |
Comment Actions
Or even better, have a way to specify this with the RPC call, not is some 3rd party data-structure.
src/rpc/client.cpp | ||
---|---|---|
107 | I will look into it as soon as I get the fees stuff working. This can sit until then. |
src/rpc/client.cpp | ||
---|---|---|
107 | I trust you. Please make sure you make a task for it, we know this is tech debt that needs to be cleaned up. |