fix merge

This commit is contained in:
hinto.janai 2024-09-05 17:19:57 -04:00
parent 3965349f71
commit 4118f488bf
No known key found for this signature in database
GPG key ID: D47CE05FA175A499

View file

@ -85,13 +85,7 @@ use cuprate_rpc_types::{
json::{JsonRpcRequest, JsonRpcResponse, GetBlockCountResponse}, json::{JsonRpcRequest, JsonRpcResponse, GetBlockCountResponse},
other::{OtherRequest, OtherResponse}, other::{OtherRequest, OtherResponse},
}; };
<<<<<<< HEAD
use cuprate_rpc_interface::{RouterBuilder, RpcHandlerDummy, Request};
||||||| 0941f68
use cuprate_rpc_interface::{RouterBuilder, RpcHandlerDummy, RpcRequest};
=======
use cuprate_rpc_interface::{RouterBuilder, RpcHandlerDummy}; use cuprate_rpc_interface::{RouterBuilder, RpcHandlerDummy};
>>>>>>> main
// Send a `/get_height` request. This endpoint has no inputs. // Send a `/get_height` request. This endpoint has no inputs.
async fn get_height(port: u16) -> OtherResponse { async fn get_height(port: u16) -> OtherResponse {