mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Force stratum block reward to BTC
This commit is contained in:
parent
14dbb63b71
commit
c4e08bb867
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
{{ row.job.tag }}
|
||||
</td>
|
||||
<td class="reward">
|
||||
<app-amount [satoshis]="row.job.reward"></app-amount>
|
||||
<app-amount [satoshis]="row.job.reward" [noFiat]="true" [ignoreViewMode]="true"></app-amount>
|
||||
</td>
|
||||
<td class="height">
|
||||
<a [routerLink]="['/tx/preview' | relativeUrl]" [fragment]="'offline=true&tx=' + row.job.coinbase">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue