change protocol to send only indexes on new addr
This commit is contained in:
parent
51d5d7164e
commit
8228f44fab
2 changed files with 26 additions and 5 deletions
|
|
@ -14,7 +14,6 @@ var util = bitcore.util;
|
|||
|
||||
function AddressIndex(opts) {
|
||||
opts = opts || {};
|
||||
|
||||
this.walletId = opts.walletId;
|
||||
|
||||
this.changeIndex = opts.changeIndex || 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue