gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: -type error


From: gnunet
Subject: [taler-wallet-core] branch master updated: -type error
Date: Tue, 30 May 2023 09:36:01 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new d1dade442 -type error
d1dade442 is described below

commit d1dade44265ce515526cef90cb4651bb905b17ee
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue May 30 09:35:58 2023 +0200

    -type error
---
 packages/taler-wallet-core/src/operations/backup/import.ts | 2 ++
 packages/taler-wallet-core/src/operations/withdraw.ts      | 1 +
 2 files changed, 3 insertions(+)

diff --git a/packages/taler-wallet-core/src/operations/backup/import.ts 
b/packages/taler-wallet-core/src/operations/backup/import.ts
index 6d78b2be0..5efdb78c1 100644
--- a/packages/taler-wallet-core/src/operations/backup/import.ts
+++ b/packages/taler-wallet-core/src/operations/backup/import.ts
@@ -56,6 +56,7 @@ import {
   WithdrawalGroupStatus,
   WithdrawalRecordType,
   RefreshOperationStatus,
+  TipRecordStatus,
 } from "../../db.js";
 import { InternalWalletState } from "../../internal-wallet-state.js";
 import { assertUnreachable } from "../../util/assertUnreachable.js";
@@ -834,6 +835,7 @@ export async function importBackup(
             tipExpiration: backupTip.timestamp_expiration,
             walletTipId: backupTip.wallet_tip_id,
             denomSelUid: backupTip.selected_denoms_uid,
+            status: TipRecordStatus.Done, // FIXME!
           });
         }
       }
diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts 
b/packages/taler-wallet-core/src/operations/withdraw.ts
index 7636395bd..e08aa59a7 100644
--- a/packages/taler-wallet-core/src/operations/withdraw.ts
+++ b/packages/taler-wallet-core/src/operations/withdraw.ts
@@ -334,6 +334,7 @@ export async function abortWithdrawalTransaction(
       }
       return undefined;
     });
+  ws.workAvailable.trigger();
   notifyTransition(ws, transactionId, transitionInfo);
 }
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]