grant public access to ProofError enum
This commit is contained in:
@ -23,7 +23,7 @@ pub(crate) mod macros;
|
|||||||
#[cfg(not(target_arch = "bpf"))]
|
#[cfg(not(target_arch = "bpf"))]
|
||||||
pub mod encryption;
|
pub mod encryption;
|
||||||
#[cfg(not(target_arch = "bpf"))]
|
#[cfg(not(target_arch = "bpf"))]
|
||||||
mod errors;
|
pub mod errors;
|
||||||
#[cfg(not(target_arch = "bpf"))]
|
#[cfg(not(target_arch = "bpf"))]
|
||||||
mod range_proof;
|
mod range_proof;
|
||||||
#[cfg(not(target_arch = "bpf"))]
|
#[cfg(not(target_arch = "bpf"))]
|
||||||
|
Reference in New Issue
Block a user