Skip to content

Commit

Permalink
chore: make ExtPresent public
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed May 24, 2024
1 parent 8729631 commit dadec5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verkle-trie/src/proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub(crate) mod verifier;
// TODO Need to check if this is fine with the Verifier algorithm
// TODO Note KeyState holds more information
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub(crate) enum ExtPresent {
pub enum ExtPresent {
// This means that there is no extensions present at all
// this corresponds to the case of when the key is not in the trie
// and the place where we would place it is empty.
Expand Down

0 comments on commit dadec5b

Please sign in to comment.