aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2018-04-30 11:36:46 +0200
committerWladimir J. van der Laan <[email protected]>2018-04-30 11:37:26 +0200
commit19fadd9d6883fa69aba3d23f4b0b4cfa4ce91b98 (patch)
tree88e4b9e04498c6b8fea8dccae8da9450cfaadcde
parentMerge #13109: [rpc] nit: fix typo for entry description string (diff)
parentnit: descendent should be spelled descendant even in the release-notes (diff)
downloaddiscoin-19fadd9d6883fa69aba3d23f4b0b4cfa4ce91b98.tar.xz
discoin-19fadd9d6883fa69aba3d23f4b0b4cfa4ce91b98.zip
Merge #13124: [doc] nit: descendent should be spelled descendant even in the release-notes
9b78ef3 nit: descendent should be spelled descendant even in the release-notes (mryandao) Pull request description: Tree-SHA512: 842b675dd648461c03f1bf4081856baae75d663d37609e24ee5100361672c500a94302cfa1f7505993c56194f8184e0658d5174c7994cfb3fabe6003a9514610
-rw-r--r--doc/release-notes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 155427219..99ef6b2b5 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -72,8 +72,8 @@ RPC changes
`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`.
+ and `descendant` denominated in BTC. This new field deprecates previous fee fields, such as
+ `fee`, `modifiedfee`, `ancestorfee` and `descendantfee`.
External wallet files
---------------------