Skip to content

Commit

Permalink
gui(transactions): reword rbf modal message
Browse files Browse the repository at this point in the history
  • Loading branch information
jp1ac4 committed Jan 31, 2024
1 parent c50954e commit 9e5872c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/src/app/view/transactions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ pub fn create_rbf_modal<'a>(
}
let help_text = if is_cancel {
"Replace the transaction with one paying a higher feerate \
that sends the coins back to us. There is no guarantee the \
original transaction won't get mined first. New inputs may \
that sends the coins back to your wallet. There is no guarantee \
the original transaction won't get mined first. New inputs may \
be used for the replacement transaction."
} else {
"Replace the transaction with one paying a higher feerate \
Expand Down

0 comments on commit 9e5872c

Please sign in to comment.