commit 1f3d848d662ae007747b70cea4f550e697297a3c
parent b6ba5378fc61c98b37d8d5bd0d28a759c873c7ba
Author: Marc Stibane <marc@taler.net>
Date: Fri, 22 Sep 2023 16:21:08 +0200
move Transaction.swift
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/TalerWallet.xcodeproj/project.pbxproj b/TalerWallet.xcodeproj/project.pbxproj
@@ -599,6 +599,7 @@
4EB095102989CBB00043A8A1 /* Model+Settings.swift */,
4EB095322989CBFE0043A8A1 /* Model+Transactions.swift */,
4EB0953D2989CBFE0043A8A1 /* Model+Withdraw.swift */,
+ 4EB0951E2989CBCB0043A8A1 /* Transaction.swift */,
);
path = Model;
sourceTree = "<group>";
@@ -609,7 +610,6 @@
4EB0951B2989CBCB0043A8A1 /* WalletBackendRequest.swift */,
4EB0951C2989CBCB0043A8A1 /* WalletCore.swift */,
4EB0951D2989CBCB0043A8A1 /* WalletBackendError.swift */,
- 4EB0951E2989CBCB0043A8A1 /* Transaction.swift */,
);
path = Backend;
sourceTree = "<group>";
diff --git a/TalerWallet1/Backend/Transaction.swift b/TalerWallet1/Model/Transaction.swift