wallet-core: fix pending operation query for p2p tx
This commit is contained in:
parent
9cfc138e75
commit
bac2ac01b8
@ -372,7 +372,7 @@ async function gatherPeerPullInitiationPending(
|
||||
resp: PendingOperationsResponse,
|
||||
): Promise<void> {
|
||||
const keyRange = GlobalIDB.KeyRange.bound(
|
||||
PeerPullPaymentInitiationStatus.PendingReady,
|
||||
PeerPullPaymentInitiationStatus.PendingCreatePurse,
|
||||
PeerPullPaymentInitiationStatus.AbortingDeletePurse,
|
||||
);
|
||||
await tx.peerPullPaymentInitiations.indexes.byStatus
|
||||
|
Loading…
Reference in New Issue
Block a user