trezor WIP

This commit is contained in:
Matias Alejo Garcia 2015-09-28 10:26:57 -03:00
commit 4c9385f78b
2 changed files with 2 additions and 1 deletions

View file

@ -72,6 +72,7 @@ angular.module('copayApp.services')
var pathArr = i.path.split('/');
console.log('[trezor.js.72:pathArr:]',pathArr); //TODO
var n = [44 | 0x80000000, 0 | 0x80000000, account | 0x80000000, parseInt(pathArr[1]) , parseInt(pathArr[2])];
console.log('[trezor.js.74]', n); //TODO
return {
address_n: n,
prev_index: i.vout,