diff --git a/syllabus/4-Substrate/4.3-Transaction_Queue_and_Block_Builder/4.3-Workshops_and_Activities/4.3-Transaction_Queue_and_Block_Builder_Workshop.md b/syllabus/4-Substrate/4.3-Transaction_Queue_and_Block_Builder/4.3-Workshops_and_Activities/4.3-Transaction_Queue_and_Block_Builder_Workshop.md index b2210be84..70216f6b4 100644 --- a/syllabus/4-Substrate/4.3-Transaction_Queue_and_Block_Builder/4.3-Workshops_and_Activities/4.3-Transaction_Queue_and_Block_Builder_Workshop.md +++ b/syllabus/4-Substrate/4.3-Transaction_Queue_and_Block_Builder/4.3-Workshops_and_Activities/4.3-Transaction_Queue_and_Block_Builder_Workshop.md @@ -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