Fixed wrong re-export.

This commit is contained in:
Ignotus Peverell 2016-10-23 13:13:45 -04:00
parent 81c32d4bab
commit c1cb57f3a9
No known key found for this signature in database
GPG key ID: 99CD25F39F8F8211
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
*.swp
.*
target

View file

@ -22,5 +22,5 @@ pub mod types;
// Re-export the base interface
pub use types::ChainStore;
pub use chain::Options;
pub use chain::process_block;
pub use pipe::Options;
pub use pipe::process_block;