Implement stop
RPC method
#8836
Labels
A-compatibility
Area: Compatibility with other nodes or wallets, or standard rules
A-rpc
Area: Remote Procedure Call interfaces
C-testing
Category: These are tests
P-Medium ⚡
Milestone
We want to make the zcashd rpc tests work with Zebrad as the backend.
#8779
In those tests nodes are stopped by a
stop
RPC method: https://zcash.github.io/rpc/stop.htmlWe need to implement it for tests to work, we might want to make it regtest only similar to #8834 even if that does not seems to be how it is implemented in zcashd:
https://github.com/zcash/zcash/blob/master/src/rpc/server.cpp#L281
The text was updated successfully, but these errors were encountered: