small fixes
This commit is contained in:
parent
4092f0cb9d
commit
31b2d5abac
5 changed files with 28 additions and 32 deletions
|
|
@ -71,9 +71,6 @@ 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