From 6b1aea426a5cb0d6d33757ccaafee831f4875c8c Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 21 May 2021 11:47:11 +0200 Subject: tombstone processing in backup import --- packages/taler-wallet-core/src/operations/transactions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/operations/transactions.ts') diff --git a/packages/taler-wallet-core/src/operations/transactions.ts b/packages/taler-wallet-core/src/operations/transactions.ts index 02550a11e..70cd7496b 100644 --- a/packages/taler-wallet-core/src/operations/transactions.ts +++ b/packages/taler-wallet-core/src/operations/transactions.ts @@ -42,7 +42,7 @@ import { getFundingPaytoUris } from "./reserves"; /** * Create an event ID from the type and the primary key for the event. */ -function makeEventId( +export function makeEventId( type: TransactionType | TombstoneTag, ...args: string[] ): string { -- cgit v1.2.3