Skip to content

Commit

Permalink
update log for eth
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfirefist committed May 3, 2024
1 parent 4def7b8 commit 329fcf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/fortuna/src/chain/ethereum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ impl EntropyReader for PythContract {
ContractError::ProviderError { e } => Err(anyhow!(e)),
_ => {
tracing::info!(
"Gas estimation for sequence number {} failed: {:?}",
sequence_number,
sequence_number = sequence_number,
"Gas estimation failed. error: {:?}",
e
);
Ok(None)
Expand Down

0 comments on commit 329fcf7

Please sign in to comment.