You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log_trace!(self,"Outpoint {}:{} is under claiming process, if it doesn't succeed, a bumped claiming txn is going to be broadcast at height {}", single_htlc_tx.input[0].previous_output.vout, single_htlc_tx.input[0].previous_output.txid, height_timer);
let height_timer = Self::get_height_timer(height, info.2);
1463
+
log_trace!(self,"Outpoint {}:{} is under claiming process, if it doesn't succeed, a bumped claiming txn is going to be broadcast at height {}", input.previous_output.vout, input.previous_output.txid, height_timer);
log_trace!(self,"Outpoint {}:{} is under claiming process, if it doesn't succeed, a bumped claiming txn is going to be broadcast at height {}", single_htlc_tx.input[0].previous_output.vout, single_htlc_tx.input[0].previous_output.txid, height_timer);
log_trace!(self,"Outpoint {}:{} is under claiming process, if it doesn't succeed, a bumped claiming txn is going to be broadcast at height {}", timeout_tx.input[0].previous_output.vout, timeout_tx.input[0].previous_output.txid, height_timer);
let height_timer = Self::get_height_timer(height, info.2);
1727
+
log_trace!(self,"Outpoint {}:{} is under claiming process, if it doesn't succeed, a bumped claiming txn is going to be broadcast at height {}", input.previous_output.vout, input.previous_output.txid, height_timer);
let outpoint = BitcoinOutPoint{txid: spend_tx.txid(),vout:0};
1828
1833
let output = spend_tx.output[0].clone();
1829
1834
let height_timer = Self::get_height_timer(height,self.their_to_self_delay.unwrap()asu32);// We can safely unwrap given we are past channel opening
1835
+
log_trace!(self,"Outpoint {}:{} is under claiming process, if it doesn't succeed, a bumped claiming txn is going to be broadcast at height {}", spend_tx.input[0].previous_output.vout, spend_tx.input[0].previous_output.txid, height_timer);
log_trace!(self,"Outpoint {}:{} is under claiming process, if it doesn't succeed, a bumped claiming txn is going to be broadcast at height {}",(claim.0).vout,(claim.0).txid,(claim.1).0);
log_trace!(self,"Outpoint {}:{} is under claiming process, if it doesn't succeed, a bumped claiming txn is going to be broadcast at height {}",(claim.0).vout,(claim.0).txid,(claim.1).0);
0 commit comments