diff options
| author | Alex Morcos <[email protected]> | 2017-01-12 12:09:15 -0500 |
|---|---|---|
| committer | Alex Morcos <[email protected]> | 2017-01-12 12:09:15 -0500 |
| commit | b348287b79a91ef7c8432a4ade8bc0285680963f (patch) | |
| tree | 19a295f4e8433024f23f9a03a39f969d0a501388 /doc | |
| parent | Merge #9525: test: Include tx data in EXTRA_DIST (diff) | |
| download | discoin-b348287b79a91ef7c8432a4ade8bc0285680963f.tar.xz discoin-b348287b79a91ef7c8432a4ade8bc0285680963f.zip | |
Clarify that prioritisetransaction remains supported
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/release-notes.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 7d0d68968..b092a0b31 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -58,9 +58,11 @@ Removal of Priority Estimation converted to the new format which is not readable by prior versions of the software. -- The concept of "priority" transactions is planned to be removed in the next - major version. To prepare for this, the default for the rate limit of priority - transactions (`-limitfreerelay`) has been set to `0` kB/minute. +- The concept of "priority" (coin age) transactions is planned to be removed in + the next major version. To prepare for this, the default for the rate limit of + priority transactions (`-limitfreerelay`) has been set to `0` kB/minute. This + is not to be confused with the `prioritisetransaction` RPC which will remain + supported for adding fee deltas to transactions. P2P connection management -------------------------- |