Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit f7a32f3

Browse files
committed
Remove post processing for anchor chan fee
1 parent 34078eb commit f7a32f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mutiny-core/src/fees.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ impl<S: MutinyStorage> FeeEstimator for MutinyFeeEstimator<S> {
191191
match confirmation_target {
192192
ConfirmationTarget::MinAllowedNonAnchorChannelRemoteFee => fee - 250, // helps with rounding errors
193193
ConfirmationTarget::MinAllowedAnchorChannelRemoteFee => 250, // just pin to 1 sat/vbyte to prevent force closes
194-
ConfirmationTarget::AnchorChannelFee => (fee / 2).max(250), // do half the mempool minimum just to prevent force closes
195194
_ => fee,
196195
}
197196
}

0 commit comments

Comments
 (0)