fix address event subscription

This commit is contained in:
Matias Alejo Garcia 2014-06-25 11:12:38 -03:00
commit 792f48b2ea
4 changed files with 101 additions and 64 deletions

View file

@ -27,6 +27,7 @@ FakeWallet.prototype.getAddressesInfo = function() {
for (var ii in this.balanceByAddr) {
ret.push({
address: ii,
addressStr: ii,
isChange: false,
});
}