Skip to content

Commit

Permalink
update HTTP modules and ws modules array for boot rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
GheisMohammadi committed Aug 20, 2024
1 parent dfe56ad commit 1cb52f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpc/boot/rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ const (

var (
// HTTPModules ..
HTTPModules = []string{"hmy", "hmyv2", "eth", "debug", "trace"}
HTTPModules = []string{"hmyboot", "hmybootv2", "eth", "debug", "trace"}
// WSModules ..
WSModules = []string{"hmy", "hmyv2", "eth", "debug", "trace"}
WSModules = []string{"hmyboot", "hmybootv2", "eth", "debug", "trace"}

httpListener net.Listener
httpHandler *rpc.Server
Expand Down

0 comments on commit 1cb52f7

Please sign in to comment.