Skip to content

Commit

Permalink
Fix rust bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
yperbasis authored and chfast committed Jul 16, 2021
1 parent 7363977 commit 1ea0cf6
Showing 1 changed file with 2 additions and 0 deletions.
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 @@ -885,6 +885,7 @@ mod tests {
None,
Uint256::default(),
Bytes32::default(),
test_addr,
);

let b = exe_context.call(&message);
Expand Down Expand Up @@ -916,6 +917,7 @@ mod tests {
Some(&data),
Uint256::default(),
Bytes32::default(),
test_addr,
);

let b = exe_context.call(&message);
Expand Down

0 comments on commit 1ea0cf6

Please sign in to comment.