diff options
| author | mryandao <[email protected]> | 2018-04-30 19:08:55 +1000 |
|---|---|---|
| committer | mryandao <[email protected]> | 2018-04-30 19:21:18 +1000 |
| commit | 9b78ef3edccfad111cf7983670fc853f66731512 (patch) | |
| tree | 88e4b9e04498c6b8fea8dccae8da9450cfaadcde /doc | |
| parent | Merge #13109: [rpc] nit: fix typo for entry description string (diff) | |
| download | discoin-9b78ef3edccfad111cf7983670fc853f66731512.tar.xz discoin-9b78ef3edccfad111cf7983670fc853f66731512.zip | |
nit: descendent should be spelled descendant even in the release-notes
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/release-notes.md | 4 |
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 --------------------- |