Test catching panic
This commit is contained in:
parent
6a17549945
commit
25f6fd25b3
|
|
@ -254,6 +254,8 @@ where
|
|||
/// multiple peers
|
||||
#[instrument(skip(self))]
|
||||
async fn obtain_tips(&mut self) -> Result<(), Report> {
|
||||
panic!("Everything is on fire!");
|
||||
|
||||
let block_locator = self
|
||||
.state
|
||||
.ready_and()
|
||||
|
|
|
|||
Loading…
Reference in New Issue