add a testnet switch when importing mnemonics
This commit is contained in:
parent
86da7b8d54
commit
00dba11d4b
3 changed files with 18 additions and 1 deletions
|
|
@ -3,7 +3,9 @@
|
|||
angular.module('copayApp.services').factory('derivationPathHelper', function(lodash) {
|
||||
var root = {};
|
||||
|
||||
root.default = "m/44'/0'/0'"
|
||||
root.default = "m/44'/0'/0'";
|
||||
root.defaultTestnet = "m/44'/1'/0'";
|
||||
|
||||
root.parse = function(str) {
|
||||
var arr = str.split('/');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue