Skip to content

Commit

Permalink
Issue #408 Export ethabi (#409)
Browse files Browse the repository at this point in the history
* Issue #408 Export ethabi

Fixes #408

* Exported ethabi, instead of global scope
  • Loading branch information
elpiel committed Nov 17, 2020
1 parent f68b3a1 commit ac198be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ use jsonrpc_core as rpc;
pub extern crate futures;
pub use futures::executor::{block_on, block_on_stream};

pub use ethabi;

// it needs to be before other modules
// otherwise the macro for tests is not available.
#[macro_use]
Expand Down

0 comments on commit ac198be

Please sign in to comment.