Update src/guide/receive_onchain.md

Improve wording

Co-authored-by: Ross Savage <551697+dangeross@users.noreply.github.com>
This commit is contained in:
ok300
2024-01-08 20:55:33 +00:00
committed by GitHub
parent 2ec29531d8
commit fb152274c4

View File

@@ -297,7 +297,7 @@ Once you have a refundable swap in hand, use the following code to execute a ref
<div class="warning">
<h4>Developer note</h4>
A refund can be issued several times. A common scenario where this is useful is if the initial refund transaction takes too long to mine, your application's users can be offered the ability to re-trigger the refund with a higher feerate.
A refund can be attempted several times. A common scenario where this is useful is if the initial refund transaction takes too long to mine, your application's users can be offered the ability to re-trigger the refund with a higher feerate.
</div>