diff options
author | Florian Dold <florian@dold.me> | 2023-09-11 18:19:45 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-09-11 18:20:00 +0200 |
commit | cc27750a79d8d4dbbedaa0dfcf21fe21a7464936 (patch) | |
tree | d1d6392fe35018fd784d0789f6089f9f933002bc /packages/taler-wallet-core/src/operations/transactions.ts | |
parent | 905be0124a1b013d802db33265879d4b80501362 (diff) |
-WalletContractData doesn't belong to the DB
Diffstat (limited to 'packages/taler-wallet-core/src/operations/transactions.ts')
-rw-r--r-- | packages/taler-wallet-core/src/operations/transactions.ts | 2 |
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 7bdb9af5b..31655ad71 100644 --- a/packages/taler-wallet-core/src/operations/transactions.ts +++ b/packages/taler-wallet-core/src/operations/transactions.ts @@ -41,6 +41,7 @@ import { TransactionsResponse, TransactionState, TransactionType, + WalletContractData, WithdrawalType, } from "@gnu-taler/taler-util"; import { @@ -60,7 +61,6 @@ import { RefreshOperationStatus, RefundGroupRecord, RewardRecord, - WalletContractData, WithdrawalGroupRecord, WithdrawalGroupStatus, WithdrawalRecordType, |