fix derivation index

This commit is contained in:
Matias Alejo Garcia 2015-09-04 22:15:50 -03:00
commit b712874c17
5 changed files with 7 additions and 7 deletions

View file

@ -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) {