File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ func setupManagerForPublishBlockTest(
9393 pendingHeaders : nil ,
9494 pendingData : nil ,
9595 signaturePayloadProvider : types .DefaultSignaturePayloadProvider ,
96+ validatorHasherProvider : types .DefaultValidatorHasherProvider ,
9697 }
9798 manager .publishBlock = manager .publishBlockInternal
9899
@@ -185,6 +186,7 @@ func Test_publishBlock_NoBatch(t *testing.T) {
185186 lastStateMtx : & sync.RWMutex {},
186187 metrics : NopMetrics (),
187188 signaturePayloadProvider : types .DefaultSignaturePayloadProvider ,
189+ validatorHasherProvider : types .DefaultValidatorHasherProvider ,
188190 }
189191
190192 m .publishBlock = m .publishBlockInternal
@@ -275,6 +277,7 @@ func Test_publishBlock_EmptyBatch(t *testing.T) {
275277 }),
276278 daHeight : & daH ,
277279 signaturePayloadProvider : types .DefaultSignaturePayloadProvider ,
280+ validatorHasherProvider : types .DefaultValidatorHasherProvider ,
278281 }
279282
280283 m .publishBlock = m .publishBlockInternal
You can’t perform that action at this time.
0 commit comments