Tests that concurrent header verification works, for both good and bad blocks.
(t *testing.T)
| 83 | |
| 84 | // Tests that concurrent header verification works, for both good and bad blocks. |
| 85 | func TestHeaderConcurrentVerification2(t *testing.T) { |
| 86 | testHeaderConcurrentVerification(t, 2) |
| 87 | } |
| 88 | func TestHeaderConcurrentVerification8(t *testing.T) { |
| 89 | testHeaderConcurrentVerification(t, 8) |
| 90 | } |
nothing calls this directly
no test coverage detected