mirror of
https://github.com/status-im/status-go.git
synced 2025-01-31 00:48:01 +00:00
Remove admin,debug,db api from exposed modules
This commit is contained in:
parent
df35ad6dbe
commit
ced8335600
@ -27,7 +27,7 @@ const (
|
||||
ListenAddr = ":0"
|
||||
|
||||
// APIModules is a list of modules to expose via any type of RPC (HTTP, IPC, in-proc)
|
||||
APIModules = "db,eth,net,web3,shh,personal,admin,debug"
|
||||
APIModules = "eth,net,web3,shh,personal"
|
||||
|
||||
// WSHost is a host interface for the websocket RPC server
|
||||
WSHost = "localhost"
|
||||
|
Loading…
x
Reference in New Issue
Block a user