Skip to content

Commit 76bf404

Browse files
committed
Change_addr.balance_by_totalBalance
1 parent 98c2faf commit 76bf404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h1 class="right">
3030
<i class="fi-bitcoin-circle icon-rotate spinner"></i>
3131
</span>
3232
<span class="size-14" ng-if="!$root.updatingBalance">
33-
{{addr.balance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}}
33+
{{totalBalance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}}
3434
</span>
3535
</h1>
3636
<h1 class="title ellipsis">

0 commit comments

Comments
 (0)