Skip to content
Snippets Groups Projects
Unverified Commit c33da5a3 authored by dharjeezy's avatar dharjeezy
Browse files

fmt

parent 8d409eb7
Branches
No related merge requests found
Pipeline #513212 waiting for manual action with stages
in 31 minutes and 51 seconds
......@@ -471,8 +471,7 @@ where
debug!(target: LOG_TARGET, "Propagating transaction [{:?}]", hash);
if let Some(transaction) = self.transaction_pool.transaction(hash) {
let propagated_to =
self.do_propagate_transactions(&[(hash.clone(), transaction)]);
let propagated_to = self.do_propagate_transactions(&[(hash.clone(), transaction)]);
self.transaction_pool.on_broadcasted(propagated_to);
} else {
debug!(target: "sync", "Propagating transaction failure [{:?}]", hash);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment