Skip to content

Commit

Permalink
make trivial change which should trigger whole-nimbus+fluffy rebuild/ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Oct 4, 2024
1 parent 02db741 commit 96fa01d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nimbus/core/gaslimit.nim
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
# at your option. This file may not be copied, modified, or distributed except
# according to those terms.

{.push raises: [].}

import
../common/common,
std/strformat,
Expand All @@ -17,8 +19,6 @@ import
export
eip1559

{.push raises: [].}

# ------------------------------------------------------------------------------
# Pre Eip 1559 gas limit validation
# ------------------------------------------------------------------------------
Expand Down

0 comments on commit 96fa01d

Please sign in to comment.