gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: uri is not txid


From: gnunet
Subject: [taler-wallet-core] branch master updated: uri is not txid
Date: Mon, 22 May 2023 19:10:57 +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 434bb4af2 uri is not txid
434bb4af2 is described below

commit 434bb4af25a1e8d07b6d1a75235b32a818565bc1
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon May 22 14:10:51 2023 -0300

    uri is not txid
---
 packages/taler-util/src/wallet-types.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-util/src/wallet-types.ts 
b/packages/taler-util/src/wallet-types.ts
index 2f9d3bb04..41b0d5574 100644
--- a/packages/taler-util/src/wallet-types.ts
+++ b/packages/taler-util/src/wallet-types.ts
@@ -1686,7 +1686,7 @@ export interface PrepareTipRequest {
 
 export const codecForPrepareTipRequest = (): Codec<PrepareTipRequest> =>
   buildCodecForObject<PrepareTipRequest>()
-    .property("talerTipUri", codecForTransactionIdStr())
+    .property("talerTipUri", codecForString())
     .build("PrepareTipRequest");
 
 export interface AcceptTipRequest {

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