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_debug!(logger,"Delaying claim of package until its timelock at {} (current height {}), the following outpoints are spent:", req.package_timelock(), height);
// Generate claim transactions and track them to bump if necessary at
444
453
// height timer expiration (i.e in how many blocks we're going to take action).
445
454
formut req in preprocessed_requests {
446
-
if req.package_timelock() > height + 1{
447
-
log_debug!(logger,"Delaying claim of package until its timelock at {} (current height {}), the following outpoints are spent:", req.package_timelock(), height);
0 commit comments