good morning!!!!

Skip to content
Snippets Groups Projects
Commit 2b7bd156 authored by ferranbt's avatar ferranbt
Browse files

Add heimdall flag

parent 7225eec0
Branches
Tags
No related merge requests found
...@@ -116,6 +116,8 @@ func (c *Command) Run(args []string) int { ...@@ -116,6 +116,8 @@ func (c *Command) Run(args []string) int {
return 1 return 1
} }
log.Info("Heimdall setup", "url", ethCfg.HeimdallURL)
// debug tracing is enabled by default // debug tracing is enabled by default
stack.RegisterAPIs(tracers.APIs(backend.APIBackend)) stack.RegisterAPIs(tracers.APIs(backend.APIBackend))
......
...@@ -358,6 +358,8 @@ func (c *Config) buildEth() (*ethconfig.Config, error) { ...@@ -358,6 +358,8 @@ func (c *Config) buildEth() (*ethconfig.Config, error) {
n := ethconfig.Defaults n := ethconfig.Defaults
n.NetworkId = c.chain.NetworkId n.NetworkId = c.chain.NetworkId
n.Genesis = c.chain.Genesis n.Genesis = c.chain.Genesis
n.HeimdallURL = *c.Heimdall.URL
n.WithoutHeimdall = *c.Heimdall.Without
// txpool options // txpool options
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment