We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ab6cd8 + 1974e2e commit 6c0c287Copy full SHA for 6c0c287
crates/client/src/rpc/mod.rs
@@ -432,7 +432,7 @@ pub async fn launch_async_rpc_servers(
432
TransportRpcModuleConfig::set_http(apis.clone());
433
let server_config =
434
RpcServerConfig::http(ServerBuilder::default())
435
- .with_http_address(ws_config.address);
+ .with_http_address(http_config.address);
436
(transport_rpc_module_config, server_config)
437
}
438
(false, true) => {
0 commit comments