Skip to content

Commit

Permalink
Update SVM doc (#4207)
Browse files Browse the repository at this point in the history
  • Loading branch information
calciumbe authored Dec 30, 2024
1 parent 8004d0a commit 6fd6a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svm/doc/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ Steps of `load_and_execute_sanitized_transactions`
the clone of environments of `programs_loaded_for_tx_batch`
- `programs_loaded_for_tx_batch` contains a reference to all the `ProgramCacheEntry`s
necessary for the transaction. It maintains an `Arc` to the programs in the global
`ProgramCacheEntrys` data structure.
`ProgramCacheEntry` data structure.
6. Call `MessageProcessor::process_message` to execute the
transaction. `MessageProcessor` is contained in
solana-program-runtime crate. The result of processing message
Expand Down

0 comments on commit 6fd6a71

Please sign in to comment.