Improvement - 324 - Remove "Bitcoin Core Wallet" toggle entirely.

This commit is contained in:
Brendon Duncan 2018-05-15 17:07:50 +12:00
commit 6caa7c74b5
11 changed files with 7 additions and 106 deletions

View file

@ -645,13 +645,6 @@ angular.module('copayApp.services')
});
});
}
root.activateDisplayBitcoinCoreFlag = function(value) {
var flag = {
initialized: value
};
storage.set('displayBitcoinCoreFlag', flag, function() { });
}
return root;
});