Skip to content

Commit

Permalink
fix rust
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Jun 26, 2023
1 parent 95d77a4 commit cf2ed30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/rust/evmc-vm/src/container.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ mod tests {
block_prev_randao: Uint256::default(),
chain_id: Uint256::default(),
block_base_fee: Uint256::default(),
blob_hashes: std::ptr::null(),
blob_hashes_count: 0,
}
}

Expand Down
2 changes: 2 additions & 0 deletions bindings/rust/evmc-vm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,8 @@ mod tests {
block_prev_randao: Uint256 { bytes: [0xaa; 32] },
chain_id: Uint256::default(),
block_base_fee: Uint256::default(),
blob_hashes: std::ptr::null(),
blob_hashes_count: 0,
}
}

Expand Down

0 comments on commit cf2ed30

Please sign in to comment.