Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@ Spam a transaction pool, taking into account:
- Transaction pool size and weird behavior
- Modify mortality and tips
- Incrementing the nonce

# Make your node censor transactions

Modify the code of the substrate node template so that the node will not include transactions of a certain kind. For example maybe censor:
* token transfers to (or from) a specific address
* All transactions from a specific account
* Sudo calls