1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-25 20:02:58 +01:00

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

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)