diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-02-12 10:11:35 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-02-12 10:11:38 +0100 |
commit | 02d707ff37a1cd266463f278a9edc3de5939391f (patch) | |
tree | e0fcd85787c07258bcea44bad825902cd4cdf4e9 | |
parent | 04503f78c750e7d5fc11deb247259f3d5074e09b (diff) | |
parent | e473c2dd02d137b1735d14b3be8b799c63ca6db8 (diff) |
Merge #7523: Fix of semantic failure "meet pay"
e473c2d Fix of semantic failure "meet pay" (wodry)
-rw-r--r-- | doc/release-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index cdbea3bc0a..17ae230bca 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -192,7 +192,7 @@ Relay and Mining: Priority transactions --------------------------------------- Bitcoin Core has a heuristic 'priority' based on coin value and age. This -calculation is used for relaying of transactions which do not meet pay the +calculation is used for relaying of transactions which do not pay the minimum relay fee, and can be used as an alternative way of sorting transactions for mined blocks. Bitcoin Core will relay transactions with insufficient fees depending on the setting of `-limitfreerelay=<r>` (default: |