Skip to content

Commit

Permalink
SVM: add a missing doc comment (solana-labs#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmakarov authored Mar 21, 2024
1 parent ade9035 commit 54575fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions svm/src/transaction_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ pub struct TransactionBatchProcessor<FG: ForkGraph> {
/// Optional config parameters that can override runtime behavior
runtime_config: Arc<RuntimeConfig>,

/// SysvarCache is a collection of system variables that are
/// accessible from on chain programs. It is passed to SVM from
/// client code (e.g. Bank) and forwarded to the MessageProcessor.
pub sysvar_cache: RwLock<SysvarCache>,

/// Programs required for transaction batch processing
Expand Down

0 comments on commit 54575fe

Please sign in to comment.