Skip to content

Commit

Permalink
Move validateMessageNumber method to arbdebug ns
Browse files Browse the repository at this point in the history
This is a debugging related call, changed namespace to make it clear.
  • Loading branch information
Tristan-Wilson committed Jul 23, 2024
1 parent 9197ebe commit 78da69c
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 78da69c

Please sign in to comment.