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 2
2
3
3
** Policy** (Mempool or Transaction Relay Policy) is the node's set of validation rules, in addition
4
4
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
7
7
in relation to the current chain tip, and the transaction in relation to the node's mempool
8
8
contents. Policy is * not* applied to transactions in blocks.
9
9
You can’t perform that action at this time.
0 commit comments