gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: removed the type check when a


From: gnunet
Subject: [taler-wallet-core] branch master updated: removed the type check when accessing h_age_com
Date: Thu, 21 Jul 2022 15:32:38 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 84634a4a removed the type check when accessing h_age_com
84634a4a is described below

commit 84634a4ab4a61174f1d2e76b26d189bf92902c48
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Thu Jul 21 10:32:30 2022 -0300

    removed the type check when accessing h_age_com
---
 packages/taler-wallet-core/src/crypto/cryptoImplementation.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/crypto/cryptoImplementation.ts 
b/packages/taler-wallet-core/src/crypto/cryptoImplementation.ts
index 968abbfd..edb9cdcc 100644
--- a/packages/taler-wallet-core/src/crypto/cryptoImplementation.ts
+++ b/packages/taler-wallet-core/src/crypto/cryptoImplementation.ts
@@ -1048,7 +1048,7 @@ export const nativeCryptoR: TalerCryptoInterfaceR = {
              s.minimum_age_sig = minimumAgeSig;
              s.age_commitment = 
depositInfo.ageCommitmentProof?.commitment.publicKeys;
       } else if (depositInfo.ageCommitmentProof) {
-             s.h_age_commitment = hAgeCommitment;
+             (s as any).h_age_commitment = hAgeCommitment;
       }
 
       return s;

-- 
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]