mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-13 10:31:03 +00:00
Small fix to logging consistency
This commit is contained in:
@@ -219,6 +219,9 @@ impl EthereumNode for Instance {
|
|||||||
let error_string = error.to_string();
|
let error_string = error.to_string();
|
||||||
if error_string.contains("transaction indexing is in progress") {
|
if error_string.contains("transaction indexing is in progress") {
|
||||||
if retries == 60 {
|
if retries == 60 {
|
||||||
|
tracing::error!(
|
||||||
|
"Polled for transaction receipt for 60 seconds but failed to get it"
|
||||||
|
);
|
||||||
break Err(error.into());
|
break Err(error.into());
|
||||||
} else {
|
} else {
|
||||||
tracing::trace!(
|
tracing::trace!(
|
||||||
|
|||||||
Reference in New Issue
Block a user