diff --git a/svm/src/transaction_processor.rs b/svm/src/transaction_processor.rs index f28820c41..fbf0a8266 100644 --- a/svm/src/transaction_processor.rs +++ b/svm/src/transaction_processor.rs @@ -135,6 +135,9 @@ pub struct TransactionBatchProcessor { /// Optional config parameters that can override runtime behavior runtime_config: Arc, + /// 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, /// Programs required for transaction batch processing