rm hardening from magic number
This commit is contained in:
parent
76bc61cf99
commit
a985adf38d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue