taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 32937795c59fa91e4ff07a10a1f2497135d1937b
parent 1e9f1fb7a9451ad8fae6474cc831596a9e9a3f2f
Author: Sebastian <sebasjm@gmail.com>
Date:   Tue, 20 Jun 2023 14:32:51 -0300

added txactions into transaction mocks

Diffstat:
Mpackages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx b/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx @@ -65,6 +65,7 @@ const commonTransaction: TransactionCommon = { txState: { major: TransactionMajorState.Done, }, + txActions: [], timestamp: TalerProtocolTimestamp.now(), transactionId: "txn:deposit:12" as TransactionIdStr, type: TransactionType.Deposit,