File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33** Policy** (Mempool or Transaction Relay Policy) is the node's set of validation rules, in addition
44to 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
77in relation to the current chain tip, and the transaction in relation to the node's mempool
88contents. Policy is * not* applied to transactions in blocks.
99
You can’t perform that action at this time.
0 commit comments