(t *testing.T)
| 89 | testHeaderConcurrentVerification(t, 8) |
| 90 | } |
| 91 | func TestHeaderConcurrentVerification32(t *testing.T) { |
| 92 | testHeaderConcurrentVerification(t, 32) |
| 93 | } |
| 94 | |
| 95 | func testHeaderConcurrentVerification(t *testing.T, threads int) { |
| 96 | // Create a simple chain to verify |
nothing calls this directly
no test coverage detected