fix address event subscription
This commit is contained in:
parent
88e6ea9f40
commit
792f48b2ea
4 changed files with 101 additions and 64 deletions
|
|
@ -27,6 +27,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