grant public access to ProofError enum

This commit is contained in:
Michael Vines 2022-02-23 12:13:32 -08:00
parent a245efe83d
commit 3ea9ca35fa
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ pub(crate) mod macros;
#[cfg(not(target_arch = "bpf"))]
pub mod encryption;
#[cfg(not(target_arch = "bpf"))]
mod errors;
pub mod errors;
#[cfg(not(target_arch = "bpf"))]
mod range_proof;
#[cfg(not(target_arch = "bpf"))]