all tests BUT hardcoded imports working
This commit is contained in:
parent
0ee93403f3
commit
578d05e638
5 changed files with 135 additions and 134 deletions
|
|
@ -39,7 +39,7 @@ HDPath.indicesForPath = function(path) {
|
|||
return {
|
||||
isChange: s[3] === '1',
|
||||
index: parseInt(s[4]),
|
||||
cosigner: parseInt(s[2])
|
||||
copayerIndex: parseInt(s[2])
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue