Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Jul 11, 2024
1 parent 6a40142 commit 62fd2c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rpc-state-reader/src/blockifier_state_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,11 @@ pub fn execute_tx_configurable(

/// Executes a transaction with blockifier
///
/// Unlike execute_transaction_configurable, it does not depend on our state reader
/// Unlike execute_tx_configurable, it does not depend on our state reader
/// and can be used with any cached state.
///
/// It does not make any query to the state, besides of the ones blockifier
/// internally makes.
pub fn execute_tx_with_blockifier(
state: &mut CachedState<impl StateReader>,
context: BlockContext,
Expand Down

0 comments on commit 62fd2c1

Please sign in to comment.