Reject block versions lower than 4

Closes #1556
This commit is contained in:
Jack Grigg
2016-10-20 15:26:34 -05:00
parent 7ac924cdb7
commit 80f4cdcf8f
4 changed files with 39 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ bin_PROGRAMS += zcash-gtest
zcash_gtest_SOURCES = \
gtest/main.cpp \
gtest/utils.cpp \
gtest/test_checkblock.cpp \
gtest/test_checktransaction.cpp \
gtest/json_test_vectors.cpp \
gtest/json_test_vectors.h \