Skip to content

Commit

Permalink
chore(ci): bump action/deploy (#1372)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita authored and j75689 committed May 6, 2024
1 parent c680f59 commit f96cbf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
4 changes: 3 additions & 1 deletion crates/revm/src/handler/handle_types/post_execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ pub struct PostExecutionHandler<'a, EXT, DB: Database> {
pub reward_beneficiary: RewardBeneficiaryHandle<'a, EXT, DB>,
/// Main return handle, returns the output of the transact.
pub output: OutputHandle<'a, EXT, DB>,
/// End handle.
/// Called when execution ends.
/// End handle in comparison to output handle will be called every time after execution.
/// Output in case of error will not be called.
pub end: EndHandle<'a, EXT, DB>,
}

Expand Down

0 comments on commit f96cbf9

Please sign in to comment.