File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import (
1616 evm "github.com/rollkit/go-execution-evm"
1717
1818 "github.com/rollkit/rollkit/core/execution"
19- coresequencer "github.com/rollkit/rollkit/core/sequencer"
2019 rollcmd "github.com/rollkit/rollkit/pkg/cmd"
2120 "github.com/rollkit/rollkit/pkg/config"
2221 "github.com/rollkit/rollkit/pkg/p2p"
@@ -75,7 +74,6 @@ var RunCmd = &cobra.Command{
7574 nodeConfig .Node .BlockTime .Duration ,
7675 singleMetrics ,
7776 nodeConfig .Node .Aggregator ,
78- make (chan coresequencer.Batch , 100 ),
7977 )
8078 if err != nil {
8179 return err
Original file line number Diff line number Diff line change 99 "github.com/rs/zerolog"
1010 "github.com/spf13/cobra"
1111
12- coresequencer "github.com/rollkit/rollkit/core/sequencer"
1312 "github.com/rollkit/rollkit/da"
1413 rollcmd "github.com/rollkit/rollkit/pkg/cmd"
1514 "github.com/rollkit/rollkit/pkg/config"
@@ -97,7 +96,6 @@ var RunCmd = &cobra.Command{
9796 nodeConfig .Node .BlockTime .Duration ,
9897 singleMetrics ,
9998 nodeConfig .Node .Aggregator ,
100- make (chan coresequencer.Batch , 100 ),
10199 )
102100 if err != nil {
103101 return err
You can’t perform that action at this time.
0 commit comments