aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordjschnei21 <32646250+djschnei21@users.noreply.github.com>2023-12-15 12:48:20 -0500
committerfanquake <fanquake@gmail.com>2024-01-11 18:06:01 +0000
commit0d627c4ca8684653ddef3bb4041ad1e129ed3d4d (patch)
tree961eb90e58ce62391ace292a596e0c47bf11b06d /doc
parentbb6de1befb9f687337ac615e0628b9b40c77eb3d (diff)
downloadbitcoin-0d627c4ca8684653ddef3bb4041ad1e129ed3d4d.tar.xz
doc: refer to "Node relay options" in policy/README
Diffstat (limited to 'doc')
-rw-r--r--doc/policy/README.md4
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.