From 12fc0b3f2a12778c3ee439f3d4fc470c4e9c0bfd Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 14 Feb 2023 13:28:10 +0100 Subject: -include more info in refresh tx --- packages/taler-wallet-core/src/db.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/taler-wallet-core/src/db.ts') diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts index 8aff18c6d..8bb8d519f 100644 --- a/packages/taler-wallet-core/src/db.ts +++ b/packages/taler-wallet-core/src/db.ts @@ -865,6 +865,7 @@ export enum TransactionStatus { * Additional information about the reason of a refresh. */ export interface RefreshReasonDetails { + originatingTransactionId?: string; proposalId?: string; } -- cgit v1.2.3