From 59140c593219c5758b16fd6e1c78ae75e15aba97 Mon Sep 17 00:00:00 2001 From: Wei Tang <hi@that.world> Date: Fri, 17 Jan 2020 12:30:00 +0100 Subject: [PATCH] CODEOWNERS: Add myself to pow and EVM module (#4653) --- substrate/docs/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/substrate/docs/CODEOWNERS b/substrate/docs/CODEOWNERS index bc4559805b3..9304f278534 100644 --- a/substrate/docs/CODEOWNERS +++ b/substrate/docs/CODEOWNERS @@ -46,11 +46,16 @@ /client/finality-grandpa/ @andresilva @DemiMarie-parity /client/consensus/babe/ @andresilva @DemiMarie-parity /client/consensus/slots/ @andresilva @DemiMarie-parity +/client/consensus/pow/ @sorpaas +/primitives/consensus/pow/ @sorpaas # Contracts /frame/contracts/ @pepyakin @thiolliere /frame/contracts/src/wasm/runtime.rs @Robbepop +# EVM +/frame/evm/ @sorpaas + # Inflation points /frame/staking/src/inflation.rs @thiolliere -- GitLab