diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2020-08-09 19:39:54 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2021-09-16 20:34:49 +0000 |
commit | 6cb60f3e6d652ffa4cf570426a7cf1f690d15c45 (patch) | |
tree | a87d822cede9176bf96b55348422245abc4dcfc3 /doc | |
parent | 0be2f17ef5649c2d77efbbbdd9222332b2ebf0d2 (diff) |
doc/release-notes: Add new listunspent fields
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-12677.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/release-notes-12677.md b/doc/release-notes-12677.md new file mode 100644 index 0000000000..d6fea9eae7 --- /dev/null +++ b/doc/release-notes-12677.md @@ -0,0 +1,8 @@ +Notable changes +=============== + +Updated RPCs +------------ + +- `listunspent` now includes `ancestorcount`, `ancestorsize`, and +`ancestorfees` for each transaction output that is still in the mempool. |