Skip to content

Commit

Permalink
fix: #1251
Browse files Browse the repository at this point in the history
The issue was that the RPC returned a string with quotes
  • Loading branch information
willemneal authored and gitbutler-client committed Mar 12, 2024
1 parent 5acdda2 commit 1a6243d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/soroban-cli/src/commands/network/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ impl Network {
if self.network_passphrase.as_str() == LOCAL_NETWORK_PASSPHRASE {
let auth = rpc_uri.authority().unwrap().clone();
let scheme = rpc_uri.scheme_str().unwrap();
// format!("{scheme}://{auth}/friendbot");
Ok(Uri::builder()
.authority(auth)
.scheme(scheme)
Expand Down

0 comments on commit 1a6243d

Please sign in to comment.