Emphasizing how weird this bug is by removing all behavior from the method.

This commit is contained in:
Dan Finlay 2016-06-30 11:31:27 -07:00
parent f49b6ca1dc
commit 6fef01c8a1
1 changed files with 1 additions and 5 deletions

View File

@ -149,11 +149,7 @@ ConfigManager.prototype.getCurrentRpcAddress = function () {
}
}
ConfigManager.prototype.clearWallet = function () {
var data = this.getConfig()
delete data.wallet
this.setConfig(data)
}
ConfigManager.prototype.clearWallet = function () {}
ConfigManager.prototype.setData = function (data) {
this.migrator.saveData(data)