mergify[bot]
bff85fc07b
Addresses one of the concerns with #7041.
Provides a mechanism (via the RPC interface) to delete a single transaction, described by its hash, from the mempool. The method returns an error if the transaction cannot be found. Once the transaction is removed it remains in the cache and cannot be resubmitted until the cache is cleared or it expires from the cache.
(cherry picked from commit
|
3 years ago | |
---|---|---|
.. | ||
client | mempool,rpc: add removetx rpc method (#7047) (#7065) | 3 years ago |
coretypes | state: move package to internal (#6964) | 3 years ago |
grpc | cleanup: Reduce and normalize import path aliasing. (#6975) | 3 years ago |
jsonrpc | cleanup: Reduce and normalize import path aliasing. (#6975) | 3 years ago |
openapi | mempool,rpc: add removetx rpc method (#7047) (#7065) | 3 years ago |
test | cleanup: Reduce and normalize import path aliasing. (#6975) | 3 years ago |