File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,9 @@ impl<'b> InstructionExecution<'_, 'b> {
3636 self
3737 }
3838
39- /// Executes the instruction. If `checks` is `None` or empty,
40- /// uses `Check::success()`.
41- /// Fail-safe default: when `test_missing_signers` is `None`,
42- /// runs the missing-signers test (`true`).
43- /// Callers must explicitly opt out with `.test_missing_signers(false)`.
39+ /// Executes the instruction. If `checks` is `None` or empty, uses `Check::success()`.
40+ /// Fail-safe default: when `test_missing_signers` is `None`, runs the missing-signers
41+ /// test (`true`). Callers must explicitly opt out with `.test_missing_signers(false)`.
4442 pub fn execute ( self ) -> mollusk_svm:: result:: InstructionResult {
4543 let default_checks = [ Check :: success ( ) ] ;
4644 let checks = match self . checks {
You can’t perform that action at this time.
0 commit comments