bug fix
This commit is contained in:
parent
f73ccfd02e
commit
635c344268
@ -462,7 +462,7 @@ AddressService.prototype._aggregateAddressSummaryResult = function (tx, address,
|
||||
result.balanceSat += div_output_val;
|
||||
|
||||
result.totalSentSat += div_input_val;
|
||||
result.balanceSat -= div_output_val;
|
||||
result.balanceSat -= div_input_val;
|
||||
|
||||
if(!tx.confirmations){
|
||||
result.unconfirmedTxApperances += 1/total_count;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user