Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Aug 8, 2024
1 parent e4c3b80 commit c659f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svm/examples/paytube/src/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pub(crate) fn create_transaction_batch_processor<CB: TransactionProcessingCallba
processor
}

/// This functions is also a mock. In the Agave validator, the bank pre-checks
/// This function is also a mock. In the Agave validator, the bank pre-checks
/// transactions before providing them to the SVM API. We mock this step in
/// PayTube, since we don't need to perform such pre-checks.
pub(crate) fn get_transaction_check_results(
Expand Down

0 comments on commit c659f88

Please sign in to comment.