Skip to content

Commit

Permalink
Update rpc/l1.go
Browse files Browse the repository at this point in the history
Co-authored-by: Aneeque <[email protected]>
Signed-off-by: Rian Hughes <[email protected]>
  • Loading branch information
rianhughes and IronGauntlets authored Nov 7, 2024
1 parent e16cab2 commit b9d107c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/l1.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

var (
ErrL1ClientNotFound = jsonrpc.Err(jsonrpc.InternalError, fmt.Errorf("L1 client not found, cannot serve starknet_getMessage"))
ErrL1ClientNotFound = jsonrpc.Err(jsonrpc.InternalError, fmt.Errorf("11 client not found, cannot serve starknet_getMessage"))
logMsgToL2SigHash = common.HexToHash("0xdb80dd488acf86d17c747445b0eabb5d57c541d3bd7b6b87af987858e5066b2b")
)

Expand Down

0 comments on commit b9d107c

Please sign in to comment.