From 3daa4dbb3fc5199fb05d58b40c0d7c9ee287595e Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 20 Feb 2023 20:14:37 +0100 Subject: wallet-core: fix retryTransaction, improve tx/op identifier parsing/construction --- packages/taler-wallet-core/src/operations/tip.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'packages/taler-wallet-core/src/operations/tip.ts') diff --git a/packages/taler-wallet-core/src/operations/tip.ts b/packages/taler-wallet-core/src/operations/tip.ts index ec7546992..28c3cda52 100644 --- a/packages/taler-wallet-core/src/operations/tip.ts +++ b/packages/taler-wallet-core/src/operations/tip.ts @@ -164,9 +164,7 @@ export async function prepareTip( export async function processTip( ws: InternalWalletState, walletTipId: string, - options: { - forceNow?: boolean; - } = {}, + options: Record = {}, ): Promise { const tipRecord = await ws.db .mktx((x) => [x.tips]) -- cgit v1.2.3