good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 99cc7b7b authored by ledgerwatch's avatar ledgerwatch Committed by GitHub
Browse files

Fix for the RPC daemon dual mode (#2756)


Co-authored-by: default avatarAlexey Sharp <alexeysharp@Alexeys-iMac.local>
parent 859a4fca
No related branches found
No related tags found
No related merge requests found
......@@ -239,9 +239,9 @@ func RemoteServices(ctx context.Context, cfg Flags, logger log.Logger, rootCance
}
db = rwKv
stateCache = kvcache.NewDummy()
return db, eth, txPool, mining, stateCache, nil
} else {
log.Info("if you run RPCDaemon on same machine with Erigon add --datadir option")
}
log.Info("if you run RPCDaemon on same machine with Erigon add --datadir option")
if cfg.PrivateApiAddr == "" {
return db, eth, txPool, mining, stateCache, nil
......
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