good morning!!!!

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

Add heimdall flag

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