diff --git a/src/wallet/index.ts b/src/wallet/index.ts index 74d78b4..375354c 100644 --- a/src/wallet/index.ts +++ b/src/wallet/index.ts @@ -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;