mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-24 20:47:16 +00:00
Add remoteDb listener and RPC daemon CLI
This commit is contained in:
parent
8cb96471a3
commit
b2ba410ba5
@ -34,6 +34,10 @@ var rootCmd = &cobra.Command{
|
|||||||
PersistentPostRun: func(cmd *cobra.Command, args []string) {
|
PersistentPostRun: func(cmd *cobra.Command, args []string) {
|
||||||
stopProfilingIfNeeded()
|
stopProfilingIfNeeded()
|
||||||
},
|
},
|
||||||
|
RunE: func(cmd *cobra.Command, args []string) error {
|
||||||
|
stateless.GasLimits(chaindata)
|
||||||
|
return nil
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
func Execute() {
|
func Execute() {
|
||||||
|
Loading…
Reference in New Issue
Block a user