doc: Add testmempoolaccept to release-notes

This commit is contained in:
MarcoFalke
2018-04-02 11:16:56 -04:00
parent 18815b4bfb
commit fafcad38c8
3 changed files with 4 additions and 4 deletions

View File

@@ -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
---------------------