Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Feb 1, 2024
1 parent f19bd36 commit 5e673c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base_layer/wallet/src/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,12 +284,12 @@ where
// have been generated
let _result = wallet_db.set_node_address(address);
let result = block_on(ts.restart_transaction_protocols());
if result.is_err() {
warn!(
if result.is_err() {
warn!(
target: LOG_TARGET,
"Could not restart transaction negotiation protocols: {:?}", result
);
}
}
};
initialization::spawn_comms_using_transport(comms, config.p2p.transport, after_comms).await?
} else {
Expand Down

0 comments on commit 5e673c1

Please sign in to comment.