Skip to content

Commit

Permalink
[ABW-3433] Fix Manifest Crash (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
kugel3 committed Jun 20, 2024
1 parent b082c97 commit 67e7458
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RadixWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8635,7 +8635,7 @@
repositoryURL = "https://github.com/radixdlt/sargon";
requirement = {
kind = exactVersion;
version = 1.0.7;
version = 1.0.16;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/radixdlt/sargon",
"state" : {
"revision" : "37221d388f75bdf4ce2ef9d2e4ed6fa686072969",
"version" : "1.0.7"
"revision" : "637c150e61f56271281485565ed6f9f1f1ed7b48",
"version" : "1.0.16"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ extension TransactionReview {
)
}

return manifest.modify(addGuarantees: state.allGuarantees)
return try manifest.modify(addGuarantees: state.allGuarantees)
}

func determineFeePayer(_ state: State, reviewedTransaction: ReviewedTransaction) -> Effect<Action> {
Expand Down

0 comments on commit 67e7458

Please sign in to comment.