Add new 0th gen uncle test

release/0.9.36
Gustav Simonsson 10 years ago
parent 8a76b45253
commit 0fa9d2431f
  1. 1
      tests/block_test.go

@ -18,6 +18,7 @@ func TestBcValidBlockTests(t *testing.T) {
func TestBcUncleTests(t *testing.T) {
runBlockTestsInFile("files/BlockTests/bcUncleTest.json", []string{}, t)
runBlockTestsInFile("files/BlockTests/bcBruncleTest.json", []string{}, t)
}
func TestBcUncleHeaderValidityTests(t *testing.T) {

Loading…
Cancel
Save