From 99e177d6bedf3823a717d3017b3cfeb98ed2aeac Mon Sep 17 00:00:00 2001 From: rakita Date: Thu, 2 May 2024 16:27:01 +0400 Subject: [PATCH] chore(ci): bump action/deploy (#1372) --- .github/workflows/book.yml | 2 +- crates/revm/src/handler/handle_types/post_execution.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 10894c4dc2..fb41e3ee3b 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -129,4 +129,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v4 \ No newline at end of file diff --git a/crates/revm/src/handler/handle_types/post_execution.rs b/crates/revm/src/handler/handle_types/post_execution.rs index 1b9e9fdc3b..f2149e8903 100644 --- a/crates/revm/src/handler/handle_types/post_execution.rs +++ b/crates/revm/src/handler/handle_types/post_execution.rs @@ -47,8 +47,8 @@ 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 in comparison to output will be called every time after execution. + /// 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>, /// Clear handle will be called always. In comparison to end that