Merge pull request #892 from SonicWizard/next
added fee rate in sats/byte
This commit is contained in:
commit
ab9e4de749
@ -21,6 +21,12 @@
|
|||||||
{{ tx.size }} (bytes)
|
{{ tx.size }} (bytes)
|
||||||
</ion-note>
|
</ion-note>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
|
<ion-item>
|
||||||
|
Fee Rate
|
||||||
|
<ion-note item-end>
|
||||||
|
{{ (tx.fees / tx.size) * 1E8 | number:'1.0-8' }} sats/byte
|
||||||
|
</ion-note>
|
||||||
|
</ion-item>
|
||||||
<ion-item>
|
<ion-item>
|
||||||
Received Time
|
Received Time
|
||||||
<ion-note item-end>
|
<ion-note item-end>
|
||||||
@ -46,4 +52,4 @@
|
|||||||
<transaction [tx]="tx"></transaction>
|
<transaction [tx]="tx"></transaction>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</ion-content>
|
</ion-content>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user