diff --git a/app/rpc_server.rs b/app/rpc_server.rs
index c5e2897..202e5b1 100644
--- a/app/rpc_server.rs
+++ b/app/rpc_server.rs
@@ -98,6 +98,29 @@ impl RpcServer for RpcServerImpl {
Ok(Some(block))
}
+ async fn get_best_sidechain_block_hash(
+ &self,
+ ) -> RpcResult