taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

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

rename setConfig

Diffstat:
MTalerWallet1/Model/WalletModel.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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: [])