From fb152274c4370f526b965598dc3b5e76772a18f2 Mon Sep 17 00:00:00 2001 From: ok300 <106775972+ok300@users.noreply.github.com> Date: Mon, 8 Jan 2024 20:55:33 +0000 Subject: [PATCH] Update src/guide/receive_onchain.md Improve wording Co-authored-by: Ross Savage <551697+dangeross@users.noreply.github.com> --- src/guide/receive_onchain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/receive_onchain.md b/src/guide/receive_onchain.md index 39e90b4..d5c1d92 100644 --- a/src/guide/receive_onchain.md +++ b/src/guide/receive_onchain.md @@ -297,7 +297,7 @@ Once you have a refundable swap in hand, use the following code to execute a ref

Developer note

-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.