This commit is contained in:
Paul 2022-07-27 14:21:19 +03:00
parent c7a87831db
commit ca0935e7f1
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,8 @@ use memuse::DynamicUsage;
use nonempty::NonEmpty;
use crate::bundle::Authorization;
use crate::{primitives::redpallas::{self, SpendAuth},
use crate::{
primitives::redpallas::{self, SpendAuth},
Note,
};

View File

@ -22,6 +22,7 @@ pub mod builder;
pub mod bundle;
pub mod circuit;
mod constants;
pub mod issuance;
pub mod keys;
pub mod note;
pub mod note_encryption;
@ -30,7 +31,6 @@ mod spec;
pub mod tree;
pub mod value;
pub mod zip32;
pub mod issuance;
#[cfg(test)]
mod test_vectors;