gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: -missing optional


From: gnunet
Subject: [taler-wallet-core] branch master updated: -missing optional
Date: Sat, 24 Jun 2023 19:01:16 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 1b22b4957 -missing optional
1b22b4957 is described below

commit 1b22b4957d9ec0dcb34c1973236bf9670e3e94a8
Author: Florian Dold <florian@dold.me>
AuthorDate: Sat Jun 24 19:01:13 2023 +0200

    -missing optional
---
 packages/taler-util/src/wallet-types.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/taler-util/src/wallet-types.ts 
b/packages/taler-util/src/wallet-types.ts
index 233c95047..2e26b79ef 100644
--- a/packages/taler-util/src/wallet-types.ts
+++ b/packages/taler-util/src/wallet-types.ts
@@ -2427,8 +2427,8 @@ export interface AcceptPeerPullPaymentResponse {
 export const codecForConfirmPeerPushPaymentRequest =
   (): Codec<ConfirmPeerPushCreditRequest> =>
     buildCodecForObject<ConfirmPeerPushCreditRequest>()
-      .property("peerPushPaymentIncomingId", codecForString())
-      .property("transactionId", codecForString())
+      .property("peerPushPaymentIncomingId", codecOptional(codecForString()))
+      .property("transactionId", codecOptional(codecForString()))
       .build("ConfirmPeerPushCreditRequest");
 
 export interface ConfirmPeerPullDebitRequest {

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