Skip to content

Commit bccd13f

Browse files
committed
f clarify highest, not lowest
1 parent 67cbeda commit bccd13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/chaininterface.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pub trait BroadcasterInterface {
4949
/// estimation.
5050
#[derive(Clone, Copy, Debug, Hash, PartialEq, Eq)]
5151
pub enum ConfirmationTarget {
52-
/// The most conservative feerate estimate available.
52+
/// The most conservative (i.e. highest) feerate estimate available.
5353
///
5454
/// This is use to sanity-check our counterparty's feerates and should be as conservative as
5555
/// possible to ensure that we don't confuse a peer using a very conservative estimator for one

0 commit comments

Comments
 (0)