diff --git a/RadixWallet.xcodeproj/project.pbxproj b/RadixWallet.xcodeproj/project.pbxproj index 9691d4376d..75542b7a1c 100644 --- a/RadixWallet.xcodeproj/project.pbxproj +++ b/RadixWallet.xcodeproj/project.pbxproj @@ -9450,7 +9450,7 @@ isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/radixdlt/swift-engine-toolkit"; requirement = { - branch = 1.0.9_update; + branch = 1.0.12_update; kind = branch; }; }; diff --git a/RadixWallet.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/RadixWallet.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 9644bb47e9..15f9183e9a 100644 --- a/RadixWallet.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/RadixWallet.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -239,8 +239,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/radixdlt/swift-engine-toolkit", "state" : { - "branch" : "1.0.9_update", - "revision" : "aa806f3c0ea38784408e70859dc3f17810fd429f" + "branch" : "1.0.12_update", + "revision" : "4cf2edc92a430d4f59547d405e4c2c4bc5c912fe" } }, { diff --git a/RadixWallet/Features/TransactionReviewFeature/TransactionReview+Sections.swift b/RadixWallet/Features/TransactionReviewFeature/TransactionReview+Sections.swift index 31a2751873..e028b04b66 100644 --- a/RadixWallet/Features/TransactionReviewFeature/TransactionReview+Sections.swift +++ b/RadixWallet/Features/TransactionReviewFeature/TransactionReview+Sections.swift @@ -81,7 +81,7 @@ extension TransactionReview { networkID: networkID ) - let proofs = try await exctractProofs(summary.presentedProofs) + let proofs = try await exctractProofs(summary.presentedProofs.values.flatMap { $0 }.map(\.resourceAddress)) return Sections( withdrawals: withdrawals,