diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-04-02 11:16:56 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-04-02 11:37:09 -0400 |
commit | fafcad38c89457ff8b36088428d4f1bb3a3834ce (patch) | |
tree | 32037e6276721ecfd2d91a0c579d8ed0907db7ca /doc/release-notes.md | |
parent | 18815b4bfb20c9c1112e547217662529d81e4393 (diff) |
doc: Add testmempoolaccept to release-notes
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r-- | doc/release-notes.md | 1 |
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 --------------------- |