diff options
author | glozow <gloriajzhao@gmail.com> | 2024-01-12 12:25:12 +0000 |
---|---|---|
committer | glozow <gloriajzhao@gmail.com> | 2024-01-12 12:25:22 +0000 |
commit | 3ba8de1b704d590fa4e1975620bd21d830d11666 (patch) | |
tree | 1dd6deedfc04089e3979ec6653e4b273df85c2fd /doc | |
parent | cd603361a4b675fabdaa65521b31b42f439fa485 (diff) | |
parent | 0d627c4ca8684653ddef3bb4041ad1e129ed3d4d (diff) |
Merge bitcoin/bitcoin#29235: doc: refer to "Node relay options" in policy/README
0d627c4ca8684653ddef3bb4041ad1e129ed3d4d doc: refer to "Node relay options" in policy/README (djschnei21)
Pull request description:
Fixed up #29095, to refer to `-help`, rather than listing every option.
ACKs for top commit:
stickies-v:
ACK 0d627c4ca8684653ddef3bb4041ad1e129ed3d4d
glozow:
lgtm ACK 0d627c4ca8684653ddef3bb4041ad1e129ed3d4d
Tree-SHA512: 37d36ffa48297371eb0032ed48dce28802f862f6c18bdb50207555a228ce252e51a93a6fdef86b3e596d486c5107594d64db89f077b77fc885fe84cecb1dadc3
Diffstat (limited to 'doc')
-rw-r--r-- | doc/policy/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/policy/README.md b/doc/policy/README.md index 27536407e7..4392ffb610 100644 --- a/doc/policy/README.md +++ b/doc/policy/README.md @@ -2,8 +2,8 @@ **Policy** (Mempool or Transaction Relay Policy) is the node's set of validation rules, in addition to consensus, enforced for unconfirmed transactions before submitting them to the mempool. These -rules are local to the node and configurable (e.g. `-minrelaytxfee`, `-limitancestorsize`, -`-incrementalrelayfee`). Policy may include restrictions on the transaction itself, the transaction +rules are local to the node and configurable, see "Node relay options" when running `-help`. +Policy may include restrictions on the transaction itself, the transaction in relation to the current chain tip, and the transaction in relation to the node's mempool contents. Policy is *not* applied to transactions in blocks. |