change protocol to send only indexes on new addr

This commit is contained in:
Manuel Araoz 2014-06-04 14:24:46 -03:00
commit 8228f44fab
2 changed files with 26 additions and 5 deletions

View file

@ -14,7 +14,6 @@ var util = bitcore.util;
function AddressIndex(opts) {
opts = opts || {};
this.walletId = opts.walletId;
this.changeIndex = opts.changeIndex || 0;