Skip to content

Commit 54575fe

Browse files
authored
SVM: add a missing doc comment (#347)
1 parent ade9035 commit 54575fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

svm/src/transaction_processor.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ pub struct TransactionBatchProcessor<FG: ForkGraph> {
135135
/// Optional config parameters that can override runtime behavior
136136
runtime_config: Arc<RuntimeConfig>,
137137

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

140143
/// Programs required for transaction batch processing

0 commit comments

Comments
 (0)