Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
wborgeaud committed Sep 25, 2023
1 parent 63ff9a8 commit 0756039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/tests/log_opcode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ fn test_two_txn() -> anyhow::Result<()> {
block_timestamp: 0x03e8.into(),
block_number: 1.into(),
block_difficulty: 0x020000.into(),
block_random: H256::from_low_u64_le(0x020000),
block_random: H256::from_uint(0x020000.into()),

Check failure on line 796 in evm/tests/log_opcode.rs

View workflow job for this annotation

GitHub Actions / Test Suite

the trait bound `&U256: From<{integer}>` is not satisfied

Check failure on line 796 in evm/tests/log_opcode.rs

View workflow job for this annotation

GitHub Actions / Formatting and Clippy

the trait bound `&ethereum_types::U256: std::convert::From<{integer}>` is not satisfied
block_gaslimit: 0xffffffffu32.into(),
block_chain_id: 1.into(),
block_base_fee: 0xa.into(),
Expand Down

0 comments on commit 0756039

Please sign in to comment.