rm hardening from magic number

This commit is contained in:
Matias Alejo Garcia 2015-09-04 13:49:01 -03:00
commit a985adf38d

View file

@ -7,7 +7,7 @@ angular.module('copayApp.services')
root.MAX_SLOT = 20;
// Ledger magic number to get xPub without user confirmation
root.ENTROPY_INDEX_PATH = "m/0xb11e'/";
root.ENTROPY_INDEX_PATH = "m/0xb11e/";
root.callbacks = {};