Skip to content

Fix wallet saving

Luke Champine requested to merge walletfix into master

os.Rename fails on Windows if the destination already exists. Now we simply create a backup and then overwrite the old file.

Merge request reports