From f49b6ca1dc6b71a3280135a0a901311b289c26ed Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 30 Jun 2016 11:30:46 -0700 Subject: Replicated really strange bug with test --- app/scripts/lib/config-manager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/scripts') diff --git a/app/scripts/lib/config-manager.js b/app/scripts/lib/config-manager.js index 0af82c89c..337671c42 100644 --- a/app/scripts/lib/config-manager.js +++ b/app/scripts/lib/config-manager.js @@ -152,7 +152,7 @@ ConfigManager.prototype.getCurrentRpcAddress = function () { ConfigManager.prototype.clearWallet = function () { var data = this.getConfig() delete data.wallet - this.setData(data) + this.setConfig(data) } ConfigManager.prototype.setData = function (data) { -- cgit v1.2.3