mirror of
https://github.com/hinto-janai/cuprate.git
synced 2025-01-18 16:54:32 +00:00
get_tx_ids_loose
This commit is contained in:
parent
7148ba1668
commit
d56477cd61
1 changed files with 3 additions and 0 deletions
|
@ -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!(),
|
||||
|
|
Loading…
Reference in a new issue