Skip to content

Commit

Permalink
Fix hook 7 for benchmarks (#238)
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Ventura <[email protected]>
  • Loading branch information
JulianVentura and Julian Ventura authored Aug 20, 2024
1 parent 9cd4f22 commit db03643
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/lib/multivm/src/versions/era_vm/vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ impl<S: ReadStorage + 'static> Vm<S> {
Hook::AccountValidationEntered => {
// println!("ACCOUNT VALIDATION ENTERED");
}
Hook::NearCallCatch => {}
Hook::PaymasterValidationEntered => {}
Hook::PubdataRequested => {}
Hook::ValidationStepEnded => {
// println!("VALIDATION STEP ENDED");
}
Expand Down

0 comments on commit db03643

Please sign in to comment.