Add remoteDb listener and RPC daemon CLI

This commit is contained in:
Alexey Akhunov 2019-11-28 22:51:09 +00:00 committed by alex.sharov
parent 8cb96471a3
commit b2ba410ba5

View File

@ -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() {