anchors -> anchor

This commit is contained in:
NikVolf 2019-01-09 13:53:17 +03:00
parent afa24400cd
commit 96e113e3f2
2 changed files with 2 additions and 3 deletions

View File

@ -14,4 +14,3 @@ pub trait AnchorProvider {
)
}
}

View File

@ -25,7 +25,7 @@ mod transaction_meta;
mod transaction_provider;
mod nullifier;
mod tree_state;
mod anchors;
mod anchor;
pub use primitives::{hash, bytes};
@ -42,7 +42,7 @@ pub use transaction_meta::TransactionMeta;
pub use transaction_provider::{TransactionProvider, TransactionOutputProvider, TransactionMetaProvider};
pub use nullifier::{Nullifier, NullifierTracker};
pub use tree_state::{TreeState, H32 as H32TreeDim, Dim as TreeDim, RegularTreeState};
pub use anchors::AnchorProvider;
pub use anchor::AnchorProvider;
/// Epoch tag.
///