Merge pull request #752 from matiu/bug/balance-update
fix address event subscription
This commit is contained in:
commit
7e3477d03f
4 changed files with 101 additions and 64 deletions
|
|
@ -38,6 +38,7 @@ FakeWallet.prototype.getAddressesInfo = function() {
|
|||
for (var ii in this.balanceByAddr) {
|
||||
ret.push({
|
||||
address: ii,
|
||||
addressStr: ii,
|
||||
isChange: false,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue