aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-04-02 11:16:56 -0400
committerMarcoFalke <falke.marco@gmail.com>2018-04-02 11:37:09 -0400
commitfafcad38c89457ff8b36088428d4f1bb3a3834ce (patch)
tree32037e6276721ecfd2d91a0c579d8ed0907db7ca /doc
parent18815b4bfb20c9c1112e547217662529d81e4393 (diff)
downloadbitcoin-fafcad38c89457ff8b36088428d4f1bb3a3834ce.tar.xz
doc: Add testmempoolaccept to release-notes
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 48ee364c18..0a72f3fe4a 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -74,6 +74,7 @@ RPC changes
add `label` fields to returned JSON objects that previously only had
`account` fields.
- `sendmany` now shuffles outputs to improve privacy, so any previously expected behavior with regards to output ordering can no longer be relied upon.
+- The new RPC `testmempoolaccept` can be used to test acceptance of a transaction to the mempool without adding it.
External wallet files
---------------------