Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mw2000 committed Oct 30, 2024
1 parent ead6118 commit ae1d432
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/client/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ impl<N: NetworkSpec, C: Consensus<N::TransactionResponse>> Web3RpcServer for Rpc
}
}


async fn start<N: NetworkSpec, C: Consensus<N::TransactionResponse>>(
rpc: RpcInner<N, C>,
) -> Result<(ServerHandle, SocketAddr)> {
Expand Down

0 comments on commit ae1d432

Please sign in to comment.