parent
4a9b9dc305
commit
095e51c39c
@ -690,8 +690,9 @@ impl MinerService for Miner {
|
|||||||
.map(|h| fetch_transactions(chain, h));
|
.map(|h| fetch_transactions(chain, h));
|
||||||
out_of_chain.for_each(|txs| {
|
out_of_chain.for_each(|txs| {
|
||||||
let mut transaction_queue = self.transaction_queue.lock().unwrap();
|
let mut transaction_queue = self.transaction_queue.lock().unwrap();
|
||||||
let _ = self.add_transactions_to_queue(chain, txs, TransactionOrigin::External,
|
let _ = self.add_transactions_to_queue(
|
||||||
&mut transaction_queue);
|
chain, txs, TransactionOrigin::External, &mut transaction_queue
|
||||||
|
);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user