remove lockup_tx from exmaple equation

This commit is contained in:
dni ⚡ 2023-01-26 14:08:24 +01:00
parent afe43b6bd4
commit 1c3a9d1881

View File

@ -102,10 +102,7 @@
</li>
<li>You receive lightning: {{ boltzExample.amount }} sats</li>
</ul>
<p>
onchain_payment + lockup_fee = amount + (amount * boltz_fee / 100) +
claim_fee + lockup_fee
</p>
<p>onchain_payment = amount + (amount * boltz_fee / 100) + claim_fee</p>
{% endraw %}
</q-card-section>
</q-expansion-item>