gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-swift-test] branch master updated: missing decodable


From: gnunet
Subject: [taler-taler-swift-test] branch master updated: missing decodable
Date: Sun, 19 Feb 2023 20:25:11 +0100

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

dold pushed a commit to branch master
in repository taler-swift-test.

The following commit(s) were added to refs/heads/master by this push:
     new 0248cdd  missing decodable
0248cdd is described below

commit 0248cdd0bf087e7c354065a908aee98cd63ab876
Author: Florian Dold <florian@dold.me>
AuthorDate: Sun Feb 19 20:24:47 2023 +0100

    missing decodable
---
 .../Sources/TalerWalletMessages/TalerWalletMessages.swift               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/TalerWalletMessages/Sources/TalerWalletMessages/TalerWalletMessages.swift 
b/TalerWalletMessages/Sources/TalerWalletMessages/TalerWalletMessages.swift
index 08a7cbd..074469f 100644
--- a/TalerWalletMessages/Sources/TalerWalletMessages/TalerWalletMessages.swift
+++ b/TalerWalletMessages/Sources/TalerWalletMessages/TalerWalletMessages.swift
@@ -20,7 +20,7 @@ struct WithdrawalTransaction: Decodable {
     var details: WithdrawalTransactionDetails
 }
 
-struct PaymentTransaction {
+struct PaymentTransaction: Decodable {
     var common: TransactionCommon
     var details: PaymentTransactionDetails
 }

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