Skip to content

Commit 760dfcf

Browse files
nit
1 parent 7d0c728 commit 760dfcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dummy.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func (d *DummyDA) Commit(ctx context.Context, blobs []da.Blob, _ da.Namespace) (
112112
}
113113

114114
// Submit stores blobs in DA layer.
115-
func (d *DummyDA) Submit(ctx context.Context, blobs []da.Blob, gasPrice float64, namespace da.Namespace) ([]da.ID, error) {
115+
func (d *DummyDA) Submit(ctx context.Context, blobs []da.Blob, gasPrice float64, _ da.Namespace) ([]da.ID, error) {
116116
d.mu.Lock()
117117
defer d.mu.Unlock()
118118
ids := make([]da.ID, len(blobs))

0 commit comments

Comments
 (0)