works sometimes
This commit is contained in:
parent
10dbc073f4
commit
4092f0cb9d
6 changed files with 78 additions and 17 deletions
|
|
@ -71,6 +71,8 @@ PrivateKey.prototype.get = function(index,isChange) {
|
|||
|
||||
PrivateKey.prototype.getAll = function(addressIndex, changeAddressIndex) {
|
||||
var ret = [];
|
||||
console.log('[PrivateKey.js.75:addressIndex:]',addressIndex); //TODO
|
||||
console.log('[PrivateKey.js.79:changeAddressIndex:]',changeAddressIndex); //TODO
|
||||
|
||||
for(var i=0;i<addressIndex; i++) {
|
||||
ret.push(this.get(i,false));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue