Skip to content

Commit

Permalink
Update crates/rpc/rpc-builder/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Seitz <[email protected]>
  • Loading branch information
smatthewenglish and mattsse authored Jul 8, 2024
1 parent f841384 commit b5b129b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc/rpc-builder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@ impl RpcServerConfig {
///
/// If both are on the same port, they are combined into one server.
pub async fn start(
&mut self,
self,
modules: &TransportRpcModules,
) -> Result<RpcServerHandle, RpcError> {
let mut http_handle = None;
Expand Down

0 comments on commit b5b129b

Please sign in to comment.