summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/db.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-06-05 18:38:17 +0200
committerFlorian Dold <florian@dold.me>2023-06-05 18:38:17 +0200
commitda927b5e48453b5bddb56944f7073619f693f526 (patch)
tree1aa84cfad016bbe665715e1ef7171dd9a3d586b5 /packages/taler-wallet-core/src/db.ts
parentbdb67c83a9d0244ba58e22f4811736722bbcb659 (diff)
downloadwallet-core-da927b5e48453b5bddb56944f7073619f693f526.tar.gz
wallet-core-da927b5e48453b5bddb56944f7073619f693f526.tar.bz2
wallet-core-da927b5e48453b5bddb56944f7073619f693f526.zip
wallet-core: handle Gone in peer-pull-debit
Diffstat (limited to 'packages/taler-wallet-core/src/db.ts')
-rw-r--r--packages/taler-wallet-core/src/db.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts
index d64d1fbc6..a5db49649 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -2052,6 +2052,8 @@ export interface PeerPullPaymentIncomingRecord {
*/
totalCostEstimated: AmountString;
+ abortRefreshGroupId?: string;
+
coinSel?: PeerPullPaymentCoinSelection;
}