fix derivation index
This commit is contained in:
parent
4d9a477ae5
commit
b712874c17
5 changed files with 7 additions and 7 deletions
|
|
@ -143,7 +143,7 @@ angular.module('copayApp.services')
|
|||
}
|
||||
|
||||
root._getPath = function(index) {
|
||||
return bwcService.getUtils().PATHS.BASE_ADDRESS_DERIVATION + "/" + index;
|
||||
return "m/" + index + "'/45'";
|
||||
}
|
||||
|
||||
root._splitTransaction = function(transaction) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue