Skip to content

Commit

Permalink
Merge pull request #2514 from OffchainLabs/move-validateMessageNumber…
Browse files Browse the repository at this point in the history
…-namespace

Move validateMessageNumber method to arbdebug ns
  • Loading branch information
Tristan-Wilson authored Jul 23, 2024
2 parents 9197ebe + 78da69c commit f9deef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbnode/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ func CreateNode(
}
if currentNode.StatelessBlockValidator != nil {
apis = append(apis, rpc.API{
Namespace: "arbvalidator",
Namespace: "arbdebug",
Version: "1.0",
Service: &BlockValidatorDebugAPI{
val: currentNode.StatelessBlockValidator,
Expand Down

0 comments on commit f9deef6

Please sign in to comment.