tests: geth client wrapper (#774)

This commit is contained in:
Federico Kunze Küllmer
2021-11-30 10:16:40 +01:00
committed by GitHub
parent 5d2798aa7e
commit 5a491537ca
3 changed files with 32 additions and 2 deletions
+1 -1
View File
@@ -318,7 +318,7 @@ func New(l Logger, baseDir string, cfg Config) (*Network, error) {
appCfg.JSONRPC.Address = fmt.Sprintf("0.0.0.0:%s", jsonRPCPort)
}
appCfg.JSONRPC.Enable = true
appCfg.JSONRPC.API = config.GetDefaultAPINamespaces()
appCfg.JSONRPC.API = config.GetAPINamespaces()
}
logger := log.NewNopLogger()