Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Sep 3, 2024
1 parent 7f4069a commit 8fe70f3
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1880,9 +1880,7 @@ pub async fn command_runner(
Some(ref custom) => SeedPeer::from_str(custom)
.map(|node| Some(Peer::from(node)))
.map_err(|e| CommandError::General(e.to_string()))?,
None => {
get_custom_base_node_peer_from_db(&wallet)
},
None => get_custom_base_node_peer_from_db(&wallet),
};

let peer_config = PeerConfig::new(selected_base_node, base_node_peers, peer_seeds);
Expand Down

0 comments on commit 8fe70f3

Please sign in to comment.