Reputation changes requires reason (#4277)

This commit is contained in:
Arkadiy Paronyan
2019-12-03 11:33:33 +01:00
committed by Gavin Wood
parent 5edc4350b4
commit 5ec0923285
14 changed files with 233 additions and 156 deletions
+2 -2
View File
@@ -629,8 +629,8 @@ where
&self,
report_handle: ReportHandle,
who: PeerId,
reputation_change_good: i32,
reputation_change_bad: i32,
reputation_change_good: network::ReputationChange,
reputation_change_bad: network::ReputationChange,
transaction: B::Extrinsic
) {
if !self.imports_external_transactions {