Sats component rounding

This commit is contained in:
softsimon
2022-07-01 15:24:14 +02:00
parent 4d83478e7d
commit 3152effba5
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
<tr>
<td i18n="address.total-sent">Base fee</td>
<td>
<app-sats [satoshis]="channel.base_fee_mtokens / 1000"></app-sats>
<app-sats [satoshis]="channel.base_fee_mtokens / 1000" digitsInfo="1.0-2"></app-sats>
</td>
</tr>
<tr>