Workflow updating files of btcwallet
This commit is contained in:
parent
a16ea58dc4
commit
8cc864bee4
@ -1211,7 +1211,11 @@
|
|||||||
</div>
|
</div>
|
||||||
${isUnconfirmed ? html`
|
${isUnconfirmed ? html`
|
||||||
<p class="pending-badge">
|
<p class="pending-badge">
|
||||||
Confirmation pending: amount will be deducted after transaction is confirmed.
|
${type === 'out' ? `
|
||||||
|
Confirmation pending: amount will be deducted after transaction is confirmed.
|
||||||
|
`: `
|
||||||
|
Confirmation pending: balance will be updated after transaction is confirmed.
|
||||||
|
`}
|
||||||
${isSender && !block ? ' Try increasing fee to speed up confirmation' : ''}
|
${isSender && !block ? ' Try increasing fee to speed up confirmation' : ''}
|
||||||
</p>
|
</p>
|
||||||
` : ''}
|
` : ''}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user