Skip to content

Commit

Permalink
bump Sargon and remove usless extension
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbzurovski committed Nov 29, 2024
1 parent 99cffa8 commit be9c5f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion RadixWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9279,7 +9279,7 @@
repositoryURL = "https://github.com/radixdlt/sargon";
requirement = {
kind = exactVersion;
version = 1.1.65;
version = 1.1.68;
};
};
/* 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" : "4f1e6a35914aa6d9bb291b11f6eae33a7bdbc0d5",
"version" : "1.1.65"
"revision" : "18dd3e2bc0c4ea8ceafb2c9bd73af78ce1578e0b",
"version" : "1.1.68"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1155,14 +1155,3 @@ struct SavedPersonaDataInPersonaDoesNotMatchWalletInteractionResponseItem: Swift
struct PersonaDataEntryNotFoundInResponse: Swift.Error {
let kind: PersonaData.Entry.Kind
}

private extension DappToWalletInteractionSubintentExpiration {
var timestamp: Date {
switch self {
case let .afterDelay(afterDelay):
Date().addingTimeInterval(TimeInterval(afterDelay.expireAfterSeconds))
case let .atTime(atTime):
atTime.date
}
}
}

0 comments on commit be9c5f6

Please sign in to comment.