Skip to content

Commit c4cfe2c

Browse files
committed
Fix lint
1 parent 51fb4bd commit c4cfe2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

evm/src/executor/stack/memory.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ mod tests {
754754
fn memory_vicinity() -> MemoryVicinity {
755755
MemoryVicinity {
756756
gas_price: U256::from(1),
757-
effective_gas_price: Default::default(),
757+
effective_gas_price: U256::zero(),
758758
origin: H160::zero(),
759759
block_hashes: Vec::new(),
760760
block_number: U256::zero(),

0 commit comments

Comments
 (0)