Skip to content

Commit 2fa0703

Browse files
authored
Merge pull request #65 from ewasm/eth2
Include eth2 in prelude
2 parents 1c01982 + 4a8c5ab commit 2fa0703

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ pub mod prelude {
8080

8181
#[cfg(feature = "experimental")]
8282
pub use crate::bignum;
83+
84+
#[cfg(feature = "eth2")]
85+
pub use crate::eth2;
8386
}
8487

8588
/// Enum representing an error code for EEI calls. Currently used by `codeCopy`, `callDataCopy`,

0 commit comments

Comments
 (0)