mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-05-10 01:17:58 +00:00
@@ -36,8 +36,7 @@ pub fn execute_transaction(
|
||||
connection_string,
|
||||
})?;
|
||||
|
||||
match receipt_receiver.blocking_recv() {
|
||||
Some(receipt) => receipt,
|
||||
None => anyhow::bail!("no receipt received"),
|
||||
}
|
||||
receipt_receiver
|
||||
.blocking_recv()
|
||||
.unwrap_or_else(|| anyhow::bail!("no receipt received"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user