gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 01/17: rename setConfig


From: gnunet
Subject: [taler-taler-ios] 01/17: rename setConfig
Date: Thu, 11 Apr 2024 23:13:33 +0200

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

marc-stibane pushed a commit to branch master
in repository taler-ios.

commit 6413ef7922493d86fc39ec13ca8b9cfd86c6f624
Author: Marc Stibane <marc@taler.net>
AuthorDate: Mon Apr 8 21:48:18 2024 +0200

    rename setConfig
---
 TalerWallet1/Model/WalletModel.swift | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TalerWallet1/Model/WalletModel.swift 
b/TalerWallet1/Model/WalletModel.swift
index 9c57e90..0b33839 100644
--- a/TalerWallet1/Model/WalletModel.swift
+++ b/TalerWallet1/Model/WalletModel.swift
@@ -120,7 +120,7 @@ fileprivate struct Config: Encodable {
 fileprivate struct ConfigRequest: WalletBackendFormattedRequest {
     var setTesting: Bool
 
-    func operation() -> String { "setConfig" }
+    func operation() -> String { "setWalletRunConfig" }
     func args() -> Args {
         let testing = Testing(devModeActive: setTesting)
         let builtin = Builtin(exchanges: [])

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