Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wallet): ensure that identity sig is stored on startup (#3951)
Description --- - adds code to store the identity signature Motivation and Context --- Whenever the node address changes, the identity signature is resigned for the new address. This identity signature should be preserved and reloaded later. Ref #3950 How Has This Been Tested? --- Manually: Checking that identity signature is stored and doesnt change between reboots
- Loading branch information