Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Mar 19, 2024
1 parent cb448e2 commit 7748061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/minotari_node/src/bootstrap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ where B: BlockchainBackend + 'static
if !node_id.public_addresses().contains(&address) {
node_id.add_public_address(address);
}
if let Err(e) = identity_management::save_as_json(&node_id_path, &*node_id){
if let Err(e) = identity_management::save_as_json(&node_id_path, &*node_id) {
error!(target: LOG_TARGET, "Failed to save node identity identity{:?}", e);
}
};
Expand Down

0 comments on commit 7748061

Please sign in to comment.