File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
polkadot/node/network/statement-distribution/src/v2 Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ const COST_UNEXPECTED_STATEMENT: Rep = Rep::CostMinor("Unexpected Statement");
9797const COST_UNEXPECTED_STATEMENT_MISSING_KNOWLEDGE : Rep =
9898 Rep :: CostMinor ( "Unexpected Statement, missing knowledge for relay parent" ) ;
9999const COST_EXCESSIVE_SECONDED : Rep = Rep :: CostMinor ( "Sent Excessive `Seconded` Statements" ) ;
100- const COST_DISABLED_VALIDATOR : Rep = Rep :: CostMajor ( "Sent a statement from a disabled validator" ) ;
100+ const COST_DISABLED_VALIDATOR : Rep = Rep :: CostMinor ( "Sent a statement from a disabled validator" ) ;
101101
102102const COST_UNEXPECTED_MANIFEST_MISSING_KNOWLEDGE : Rep =
103103 Rep :: CostMinor ( "Unexpected Manifest, missing knowlege for relay parent" ) ;
You can’t perform that action at this time.
0 commit comments