gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 03/04: using enum instead of string


From: gnunet
Subject: [taler-wallet-core] 03/04: using enum instead of string
Date: Tue, 20 Jun 2023 19:29:10 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

commit cb3b48d316d2e2266b187384f36234f7119cbbeb
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Jun 20 14:28:40 2023 -0300

    using enum instead of string
---
 packages/taler-util/src/transactions-types.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-util/src/transactions-types.ts 
b/packages/taler-util/src/transactions-types.ts
index 576c8e335..a498d3471 100644
--- a/packages/taler-util/src/transactions-types.ts
+++ b/packages/taler-util/src/transactions-types.ts
@@ -161,7 +161,7 @@ export interface TransactionCommon {
   /**
    * Possible transitions based on the current state.
    */
-  txActions: string[];
+  txActions: TransactionAction[];
 
   /**
    * Raw amount of the transaction (exclusive of fees or other extra costs).

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]