Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
NikVolf committed May 7, 2020
1 parent 872bd4f commit 145b6f2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions network/test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,11 +352,7 @@ impl TransactionPool<Hash, Block> for EmptyTransactionPool {

fn import(
&self,
_report_handle: ReportHandle,
_who: PeerId,
_rep_change_good: sc_network::ReputationChange,
_rep_change_bad: sc_network::ReputationChange,
_transaction: Extrinsic
_transaction: Extrinsic,
) {}

fn on_broadcasted(&self, _: HashMap<Hash, Vec<String>>) {}
Expand Down

0 comments on commit 145b6f2

Please sign in to comment.