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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/rpc/client.cpp | ||
---|---|---|
107 ↗ | (On Diff #3747) | 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 ↗ | (On Diff #3747) |
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 ↗ | (On Diff #3747) | I will look into it as soon as I get the fees stuff working. This can sit until then. |
src/rpc/client.cpp | ||
---|---|---|
107 ↗ | (On Diff #3747) | I trust you. Please make sure you make a task for it, we know this is tech debt that needs to be cleaned up. |