diff options
author | mryandao <mryandao@tutanota.com> | 2018-04-05 18:38:57 +1000 |
---|---|---|
committer | mryandao <mryandao@tutanota.com> | 2018-04-18 13:28:45 +1000 |
commit | 7de1de7da497c53261ea3437e67ce9943b0eb939 (patch) | |
tree | 7d39c44280cd3a3de9e10796de92a619e509d9ab /doc/release-notes.md | |
parent | 3a8a4dc4a130c6d1eeff3fb8e6d9688dda2f8d25 (diff) |
Add new fee structure with all sub-fields denominated in BTC
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r-- | doc/release-notes.md | 4 |
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 --------------------- |