-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove chrono as dependency (#4344)
Description --- Remove dependency on chrono for birthday calculation in cipherseed Motivation and Context --- The wallet recovery uses a few extra days before the actual birthday when scanning, so being accurate to the timezone is not necessary, and certainly doesn't need an extra crate to calculate it. How Has This Been Tested? --- tests
- Loading branch information
1 parent
3d92eb0
commit 5f88bfa
Showing
5 changed files
with
7 additions
and
158 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters