Skip to content

Commit

Permalink
Return doc comment for ActionArb in action.rs and removed unused impo…
Browse files Browse the repository at this point in the history
…rt in constants.rs
  • Loading branch information
dmidem committed Jul 5, 2024
1 parent f45db57 commit b7b780c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/action.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ pub(crate) mod testing {

use super::Action;

/// `ActionArb` adapts `arb_...` functions for both Vanilla and ZSA Orchard protocol flavors
/// in property-based testing, addressing proptest crate limitations.
#[derive(Debug)]
pub struct ActionArb<D: OrchardDomainCommon> {
phantom: std::marker::PhantomData<D>,
Expand Down
2 changes: 1 addition & 1 deletion src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pub mod fixed_bases;
pub mod sinsemilla;
pub mod util;

pub use fixed_bases::{NullifierK, OrchardFixedBases, OrchardFixedBasesFull, ValueCommitV, H};
pub use fixed_bases::{NullifierK, OrchardFixedBases, OrchardFixedBasesFull, ValueCommitV};
pub use sinsemilla::{OrchardCommitDomains, OrchardHashDomains};

/// $\mathsf{MerkleDepth^{Orchard}}$
Expand Down

0 comments on commit b7b780c

Please sign in to comment.