We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ab4e3 commit 8c30128Copy full SHA for 8c30128
lightning/src/chain/chaininterface.rs
@@ -51,7 +51,7 @@ pub trait BroadcasterInterface {
51
pub enum ConfirmationTarget {
52
/// The most aggressive (i.e. highest) feerate estimate available.
53
///
54
- /// This is use to sanity-check our counterparty's feerates and should be as conservative as
+ /// This is used to sanity-check our counterparty's feerates and should be as conservative as
55
/// possible to ensure that we don't confuse a peer using a very conservative estimator for one
56
/// trying to burn channel balance to dust.
57
MaximumFeeEstimate,
0 commit comments