Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmantica11 committed Nov 27, 2024
1 parent f694b55 commit 4a90d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yellowstone-grpc-geyser/src/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl GeyserPlugin for Plugin {
.map_err(|error| GeyserPluginError::Custom(Box::new(error)))?;

// Monitor node health
let rpc_client = RpcClient::new("http://localhost:8899".to_string());
let rpc_client = RpcClient::new("http://127.0.0.1:8899".to_string());
runtime.spawn(keep_track_of_node_health(rpc_client));

let (snapshot_channel, grpc_channel, grpc_shutdown, prometheus) =
Expand Down

0 comments on commit 4a90d24

Please sign in to comment.