mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Fixed wrong re-export.
This commit is contained in:
parent
81c32d4bab
commit
c1cb57f3a9
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
*.swp
|
*.swp
|
||||||
|
.*
|
||||||
target
|
target
|
||||||
|
|
|
@ -22,5 +22,5 @@ pub mod types;
|
||||||
// Re-export the base interface
|
// Re-export the base interface
|
||||||
|
|
||||||
pub use types::ChainStore;
|
pub use types::ChainStore;
|
||||||
pub use chain::Options;
|
pub use pipe::Options;
|
||||||
pub use chain::process_block;
|
pub use pipe::process_block;
|
||||||
|
|
Loading…
Reference in a new issue