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> {
18651865 /// its outputs and balances (i.e. [`Self::get_claimable_balances`] returns an empty set).
18661866 ///
18671867 /// 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.
18691869 pub fn is_fully_resolved < L : Logger > ( & self , logger : & L ) -> bool {
18701870 let mut is_all_funds_claimed = self . get_claimable_balances ( ) . is_empty ( ) ;
18711871 let current_height = self . current_best_block ( ) . height ;
You can’t perform that action at this time.
0 commit comments