Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wallet: fix "null" backup file name and not rolling automatic backup.
New created wallets have no name set by default, thus the `GetUniqueWalletBackupName` function returns "null", and the automatic backup process creates a backup file with a name in the form of "null+date". Changed the label to "wallet_backup" instead of "null" if the wallet has no name.
- Loading branch information