Skip to content

Commit

Permalink
grant public access to ProofError enum
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Feb 23, 2022
1 parent a245efe commit 3ea9ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zk-token-sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"))]
Expand Down

0 comments on commit 3ea9ca3

Please sign in to comment.