We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705317c commit ace80b2Copy full SHA for ace80b2
1 file changed
block/submitter.go
@@ -5,8 +5,9 @@ import (
5
"fmt"
6
"time"
7
8
- coreda "github.com/rollkit/rollkit/core/da"
9
"google.golang.org/protobuf/proto"
+
10
+ coreda "github.com/rollkit/rollkit/core/da"
11
)
12
13
// HeaderSubmissionLoop is responsible for submitting blocks to the DA layer.
0 commit comments