Skip to content

Commit

Permalink
Merge pull request ethereum-optimism#4712 from ethereum-optimism/fix/…
Browse files Browse the repository at this point in the history
…better-docstring

op-node: add better docstring for storage slot
  • Loading branch information
mergify[bot] authored Jan 13, 2023
2 parents 8192906 + 6888bcd commit cef88c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-node/node/runtime_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

var (
// UnsafeBlockSignerAddressSystemConfigStorageSlot is the storage slot identifier of the unsafeBlockSigner
// `address` storage value in the SystemConfig L1 contract.
// `address` storage value in the SystemConfig L1 contract. Computed as `keccak256("systemconfig.unsafeblocksigner")`
UnsafeBlockSignerAddressSystemConfigStorageSlot = common.HexToHash("0x65a7ed542fb37fe237fdfbdd70b31598523fe5b32879e307bae27a0bd9581c08")
)

Expand Down

0 comments on commit cef88c1

Please sign in to comment.