Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix Tor ID deserialization issue (#3950)
Description --- Due to an issue with excluding the private key from the TorIdentity serialization that was fixed in #3946 any console wallets that ran the old code would crash on startup with a serialization error. This PR adds some resilience to the startup process that if it cannot deserialize the old Tor Id it will log the issue and then use a newly generated one. How Has This Been Tested? --- Manually
- Loading branch information