add getUsedUnspent to txproposals
This commit is contained in:
parent
22eab0205b
commit
0523d99eda
4 changed files with 38 additions and 5 deletions
|
|
@ -433,7 +433,7 @@ Wallet.prototype.getBalance = function(cb) {
|
|||
}
|
||||
for(var a in balanceByAddr){
|
||||
balanceByAddr[a] = balanceByAddr[a]/COIN;
|
||||
};
|
||||
}
|
||||
return cb(balance / COIN, balanceByAddr, isMain);
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue