commit 356f482f84847640b809bfe6ac4812303c601669
parent 306b349ef2dddd7234f6d910505f9bcdd929852a
Author: Marc Stibane <marc@taler.net>
Date: Thu, 4 Jan 2024 17:47:58 +0100
clearDb (instead of reset)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TalerWallet1/Model/WalletModel.swift b/TalerWallet1/Model/WalletModel.swift
@@ -158,7 +158,7 @@ extension WalletModel {
// MARK: -
/// A request to initialize Wallet-core
fileprivate struct ResetRequest: WalletBackendFormattedRequest {
- func operation() -> String { "reset" }
+ func operation() -> String { "clearDb" }
func args() -> Args { Args() }
struct Args: Encodable {} // no arguments needed