Skip to content

Commit

Permalink
fix(sandbox): advertise octez-node rpc port instead of network port
Browse files Browse the repository at this point in the history
  • Loading branch information
zcabter authored and johnyob committed Jul 15, 2024
1 parent 29a8879 commit 05dc370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/jstz_cli/src/sandbox/daemon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ use super::{
fn octez_node_endpoint() -> String {
format!(
"http://{}:{}",
SANDBOX_LOCAL_HOST_ADDR, SANDBOX_OCTEZ_NODE_PORT
SANDBOX_LOCAL_HOST_ADDR, SANDBOX_OCTEZ_NODE_RPC_PORT
)
}

Expand Down

0 comments on commit 05dc370

Please sign in to comment.