Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sieniven committed Jul 17, 2023
1 parent 01ed81b commit 97b564e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ain-evm/src/evm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ impl EVMServices {
"[finalize_block] raw transaction : {:#?}",
total_priority_fees
);
Ok(FinalizedBlockInfo {
Ok(FinalizedBlockInfo {
block_hash: *block.header.hash().as_fixed_bytes(),
failed_transactions,
total_burnt_fees: total_burnt_fees.try_into().unwrap(),
Expand Down

0 comments on commit 97b564e

Please sign in to comment.