From c56bf5060d9059e5841489ceb6c186746a639536 Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Tue, 6 Jul 2021 00:25:40 +0300 Subject: [PATCH] Update CODEOWNERS (#9278) --- substrate/docs/CODEOWNERS | 7 ------- 1 file changed, 7 deletions(-) diff --git a/substrate/docs/CODEOWNERS b/substrate/docs/CODEOWNERS index 865c8d56df..42d25a0a22 100644 --- a/substrate/docs/CODEOWNERS +++ b/substrate/docs/CODEOWNERS @@ -23,17 +23,10 @@ /.github/ @paritytech/ci /.gitlab-ci.yml @paritytech/ci -# Block production -/client/basic-authorship/ @NikVolf - # Sandboxing capability of Substrate Runtime /primitives/sr-sandbox/ @pepyakin /primitives/core/src/sandbox.rs @pepyakin -# Transaction pool -/client/transaction-pool/ @NikVolf -/primitives/transaction-pool/ @NikVolf - # Offchain /client/offchain/ @tomusdrw /primitives/offchain/ @tomusdrw