File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1865,7 +1865,7 @@ impl<Signer: WriteableEcdsaChannelSigner> ChannelMonitor<Signer> {
1865
1865
/// its outputs and balances (i.e. [`Self::get_claimable_balances`] returns an empty set).
1866
1866
///
1867
1867
/// This function returns true only if [`Self::get_claimable_balances`] has been empty for at least
1868
- /// 2016 blocks as an additional protection against any bugs resulting in spuriously empty balance sets.
1868
+ /// 4032 blocks as an additional protection against any bugs resulting in spuriously empty balance sets.
1869
1869
pub fn is_fully_resolved < L : Logger > ( & self , logger : & L ) -> bool {
1870
1870
let mut is_all_funds_claimed = self . get_claimable_balances ( ) . is_empty ( ) ;
1871
1871
let current_height = self . current_best_block ( ) . height ;
You can’t perform that action at this time.
0 commit comments