Skip to content

Commit

Permalink
doc: refer to "Node relay options" in policy/README
Browse files Browse the repository at this point in the history
  • Loading branch information
djschnei21 authored and fanquake committed Jan 11, 2024
1 parent bb6de1b commit 0d627c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/policy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 0d627c4

Please sign in to comment.