Skip to content

Commit

Permalink
[VM] Fix foreign contracts in VM runtime unhooked
Browse files Browse the repository at this point in the history
This commit addresses issue diem#781 by including `foreign_contracts` in `vm_runtime/src/lib.rs`.
  • Loading branch information
darioncassel committed Sep 4, 2019
1 parent bb2e7b0 commit 4a13fa3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions language/vm/vm_runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ extern crate rental;
#[macro_use]
extern crate mirai_annotations;

#[cfg(feature = "mirai-contracts")]
pub mod foreign_contracts;

mod block_processor;
mod counters;
mod frame;
Expand Down

0 comments on commit 4a13fa3

Please sign in to comment.