Skip to content

Commit

Permalink
Merge bitcoin/bitcoin#29235: doc: refer to "Node relay options" in po…
Browse files Browse the repository at this point in the history
…licy/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
  • Loading branch information
glozow committed Jan 12, 2024
2 parents cd60336 + 0d627c4 commit 3ba8de1
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 3ba8de1

Please sign in to comment.