aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2017-07-14 17:37:54 -0700
committerPieter Wuille <[email protected]>2017-07-14 17:49:48 -0700
commitf90603ac6d24f5263649675d51233f1fce8b2ecd (patch)
treee2e2b4f29859a255db00b479d2dae30b70139d0c /src/test
parentMerge #10819: Fix uninitialized atomic variables (diff)
parentRemove confusing MAX_BLOCK_BASE_SIZE. (diff)
downloaddiscoin-f90603ac6d24f5263649675d51233f1fce8b2ecd.tar.xz
discoin-f90603ac6d24f5263649675d51233f1fce8b2ecd.zip
Merge #10618: Remove confusing MAX_BLOCK_BASE_SIZE.
3babbcb48 Remove confusing MAX_BLOCK_BASE_SIZE. (Gregory Maxwell) Tree-SHA512: 361293fc4e1e379cd5a0908ed0866a00e1c7a771bdf02fded158fca21b492a29c7a67fea0d13dc40b2a04204c89823bf1836fe5b63a17c9747751b9c845a3527
Diffstat (limited to 'src/test')
-rw-r--r--src/test/sigopcount_tests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/sigopcount_tests.cpp b/src/test/sigopcount_tests.cpp
index eddb80aed..d3b8b0722 100644
--- a/src/test/sigopcount_tests.cpp
+++ b/src/test/sigopcount_tests.cpp
@@ -3,6 +3,7 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "consensus/tx_verify.h"
+#include "consensus/validation.h"
#include "pubkey.h"
#include "key.h"
#include "script/script.h"