Skip to content

Commit

Permalink
make field public
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Aug 27, 2024
1 parent 42b2b5e commit 7cfd93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/blockifier/src/blockifier/stateful_validator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub type StatefulValidatorResult<T> = Result<T, StatefulValidatorError>;

/// Manages state related transaction validations for pre-execution flows.
pub struct StatefulValidator<S: StateReader> {
tx_executor: TransactionExecutor<S>,
pub tx_executor: TransactionExecutor<S>,
}

impl<S: StateReader> StatefulValidator<S> {
Expand Down

0 comments on commit 7cfd93d

Please sign in to comment.