core/txpool/blobpool: add log message waiting for billy

This commit is contained in:
Felix Lange 2025-09-24 12:37:30 +02:00
parent e05bf5b320
commit 284d4c29ae

View file

@ -165,11 +165,12 @@ func (q *conversionQueue) loop() {
case <-q.quit:
if done != nil {
interrupt.Store(1)
log.Debug("Waiting for blob proof conversion to exit")
interrupt.Store(1)
<-done
}
for billyTasks > 0 {
log.Debug("Waiting for blobpool billy conversion to exit")
<-billyDone
billyTasks--
}