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,
|
resp: PendingOperationsResponse,
|
||||||
): Promise<void> {
|
): Promise<void> {
|
||||||
const keyRange = GlobalIDB.KeyRange.bound(
|
const keyRange = GlobalIDB.KeyRange.bound(
|
||||||
PeerPullPaymentInitiationStatus.PendingReady,
|
PeerPullPaymentInitiationStatus.PendingCreatePurse,
|
||||||
PeerPullPaymentInitiationStatus.AbortingDeletePurse,
|
PeerPullPaymentInitiationStatus.AbortingDeletePurse,
|
||||||
);
|
);
|
||||||
await tx.peerPullPaymentInitiations.indexes.byStatus
|
await tx.peerPullPaymentInitiations.indexes.byStatus
|
||||||
|
Loading…
Reference in New Issue
Block a user