summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/transactions.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-05-21 11:47:11 +0200
committerFlorian Dold <florian@dold.me>2021-05-21 11:47:24 +0200
commit6b1aea426a5cb0d6d33757ccaafee831f4875c8c (patch)
tree838b256214cb2fdd766eafb704f08e55f74caa5b /packages/taler-wallet-core/src/operations/transactions.ts
parentf0ab1449c56b23442beea57e6fd639cf584ec74a (diff)
downloadwallet-core-6b1aea426a5cb0d6d33757ccaafee831f4875c8c.tar.gz
wallet-core-6b1aea426a5cb0d6d33757ccaafee831f4875c8c.tar.bz2
wallet-core-6b1aea426a5cb0d6d33757ccaafee831f4875c8c.zip
tombstone processing in backup import
Diffstat (limited to 'packages/taler-wallet-core/src/operations/transactions.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/transactions.ts2
1 files changed, 1 insertions, 1 deletions
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 {