aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/common.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-04-05 17:38:34 +0200
committerFlorian Dold <florian@dold.me>2023-04-05 17:38:41 +0200
commit2823b1cdf4b6e9a6c4dbdb752c7c7259775e18f5 (patch)
tree9d6fe1e025f89cea0e044f8bba53f67e7d04a77f /packages/taler-wallet-core/src/operations/common.ts
parent8eee38d55936c194637ecead302dde69ec0b9897 (diff)
downloadwallet-core-2823b1cdf4b6e9a6c4dbdb752c7c7259775e18f5.tar.xz
wallet-core: towards DD37 for deposits
Diffstat (limited to 'packages/taler-wallet-core/src/operations/common.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/common.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/operations/common.ts b/packages/taler-wallet-core/src/operations/common.ts
index 3905eaf3e..b3dc0804f 100644
--- a/packages/taler-wallet-core/src/operations/common.ts
+++ b/packages/taler-wallet-core/src/operations/common.ts
@@ -363,6 +363,8 @@ export enum TombstoneTag {
/**
* Create an event ID from the type and the primary key for the event.
+ *
+ * @deprecated use constructTransactionIdentifier instead
*/
export function makeTransactionId(
type: TransactionType,