Skip to content

Commit

Permalink
fix: allow RBF when sending to yourself
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Sep 10, 2024
1 parent 9cbcef8 commit 966ee81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wallet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3976,7 +3976,6 @@ export class Wallet {
this.rbf &&
(t.rbf ?? false) &&
t.type === EPaymentType.sent &&
t.matchedOutputValue !== t.totalOutputValue &&
t.matchedOutputValue > t.fee &&
btcToSats(t.matchedOutputValue) >
TRANSACTION_DEFAULTS.recommendedBaseFee;
Expand Down

0 comments on commit 966ee81

Please sign in to comment.