diff --git a/binaries/cuprated/src/rpc/json.rs b/binaries/cuprated/src/rpc/json.rs index b3cb1f2..e8872df 100644 --- a/binaries/cuprated/src/rpc/json.rs +++ b/binaries/cuprated/src/rpc/json.rs @@ -818,6 +818,9 @@ async fn get_tx_ids_loose( state: CupratedRpcHandler, request: GetTxIdsLooseRequest, ) -> Result { + // TODO: this RPC call is not yet in the v0.18 branch. + return Err(anyhow!("not implemented")); + Ok(GetTxIdsLooseResponse { base: ResponseBase::OK, txids: todo!(),