Skip to content

Commit 46a8a1c

Browse files
committed
use minor reputation cost
1 parent 70d2bd4 commit 46a8a1c

File tree

1 file changed

+1
-1
lines changed
  • polkadot/node/network/statement-distribution/src/v2

1 file changed

+1
-1
lines changed

polkadot/node/network/statement-distribution/src/v2/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const COST_UNEXPECTED_STATEMENT: Rep = Rep::CostMinor("Unexpected Statement");
9797
const COST_UNEXPECTED_STATEMENT_MISSING_KNOWLEDGE: Rep =
9898
Rep::CostMinor("Unexpected Statement, missing knowledge for relay parent");
9999
const 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

102102
const COST_UNEXPECTED_MANIFEST_MISSING_KNOWLEDGE: Rep =
103103
Rep::CostMinor("Unexpected Manifest, missing knowlege for relay parent");

0 commit comments

Comments
 (0)