Skip to content

Commit 14b7663

Browse files
committed
f Panic after None block hash is safe now
1 parent 7ac3151 commit 14b7663

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lightning-transaction-sync/src/esplora.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,9 @@ where
329329
}
330330

331331
unconfirmed_txs.push(txid);
332+
} else {
333+
log_error!(self.logger, "Untracked confirmation of funding transaction. Please ensure none of your channels had been created with LDK prior to version 0.0.113!");
334+
panic!("Untracked confirmation of funding transaction. Please ensure none of your channels had been created with LDK prior to version 0.0.113!");
332335
}
333336
}
334337
Ok(unconfirmed_txs)

0 commit comments

Comments
 (0)