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