Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wallet): tor identity private key needs to be serialized (#3946)
Description --- - fixes regression where tor identity private key is not serialised in wallet db Motivation and Context --- Following error on wallet startup ``` ExitError { exit_code: WalletError, details: Some("Wallet storage error: `Error converting a type: `An error occurred de-/serialising an object from/into JSON``") } ``` Ref #3905 How Has This Been Tested? --- Wallet starts up
- Loading branch information