Skip to content

Commit 3ba8de1

Browse files
committed
Merge bitcoin/bitcoin#29235: doc: refer to "Node relay options" in policy/README
0d627c4 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 0d627c4 glozow: lgtm ACK 0d627c4 Tree-SHA512: 37d36ffa48297371eb0032ed48dce28802f862f6c18bdb50207555a228ce252e51a93a6fdef86b3e596d486c5107594d64db89f077b77fc885fe84cecb1dadc3
2 parents cd60336 + 0d627c4 commit 3ba8de1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/policy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
**Policy** (Mempool or Transaction Relay Policy) is the node's set of validation rules, in addition
44
to consensus, enforced for unconfirmed transactions before submitting them to the mempool. These
5-
rules are local to the node and configurable (e.g. `-minrelaytxfee`, `-limitancestorsize`,
6-
`-incrementalrelayfee`). Policy may include restrictions on the transaction itself, the transaction
5+
rules are local to the node and configurable, see "Node relay options" when running `-help`.
6+
Policy may include restrictions on the transaction itself, the transaction
77
in relation to the current chain tip, and the transaction in relation to the node's mempool
88
contents. Policy is *not* applied to transactions in blocks.
99

0 commit comments

Comments
 (0)