get_tx_ids_loose

This commit is contained in:
hinto.janai 2024-10-15 16:58:14 -04:00
parent 7148ba1668
commit d56477cd61
No known key found for this signature in database
GPG key ID: D47CE05FA175A499

View file

@ -818,6 +818,9 @@ async fn get_tx_ids_loose(
state: CupratedRpcHandler,
request: GetTxIdsLooseRequest,
) -> Result<GetTxIdsLooseResponse, Error> {
// TODO: this RPC call is not yet in the v0.18 branch.
return Err(anyhow!("not implemented"));
Ok(GetTxIdsLooseResponse {
base: ResponseBase::OK,
txids: todo!(),