Skip to content

Commit

Permalink
refactor: change the fictitious limit to 100mm
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed Sep 6, 2023
1 parent 188268f commit 51dffae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/api/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import (

const (
RelayActualGasLimit = 30_000_000
RelayFictitiousGasLimit = 1_000_000_000
RelayFictitiousGasLimit = 100_000_000
ErrBlockAlreadyKnown = "simulation failed: block already known"
ErrBlockRequiresReorg = "simulation failed: block requires a reorg"
ErrMissingTrieNode = "missing trie node"
Expand Down

0 comments on commit 51dffae

Please sign in to comment.