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

Commit

Permalink
Test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
grbIzl committed Jun 19, 2018
1 parent e5feccd commit 6436745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ethcore/sync/src/tests/private.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ fn send_private_transaction() {
//process signed response
let signed_private_transaction = received_signed_private_transactions[0].clone();
assert!(pm0.import_signed_private_transaction(&signed_private_transaction).is_ok());
assert!(pm0.on_signed_private_transaction_queued().is_ok());
let local_transactions = net.peer(0).miner.local_transactions();
assert_eq!(local_transactions.len(), 1);
}

0 comments on commit 6436745

Please sign in to comment.