aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authormryandao <mryandao@tutanota.com>2018-04-05 18:38:57 +1000
committermryandao <mryandao@tutanota.com>2018-04-18 13:28:45 +1000
commit7de1de7da497c53261ea3437e67ce9943b0eb939 (patch)
tree7d39c44280cd3a3de9e10796de92a619e509d9ab /doc/release-notes.md
parent3a8a4dc4a130c6d1eeff3fb8e6d9688dda2f8d25 (diff)
downloadbitcoin-7de1de7da497c53261ea3437e67ce9943b0eb939.tar.xz
Add new fee structure with all sub-fields denominated in BTC
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index d4c5b03449..e190c78609 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -70,6 +70,10 @@ RPC changes
/rest/block/ endpoints when in json mode. This is also included in `getblock`
(with verbosity=2), `listsinceblock`, `listtransactions`, and
`getrawtransaction` RPC commands.
+- New `fees` field introduced in `getrawmempool`, `getmempoolancestors`, `getmempooldescendants` and
+ `getmempoolentry` when verbosity is set to `true` with sub-fields `ancestor`, `base`, `modified`
+ and `descendent` denominated in BTC. This new field deprecates previous fee fields, such as
+ `fee`, `modifiedfee`, `ancestorfee` and `descendentfee`.
External wallet files
---------------------