diff options
| author | Pieter Wuille <[email protected]> | 2016-03-31 14:51:29 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2016-06-22 15:43:00 +0200 |
| commit | 0ef1dd3e11dd573b6e443852ef0c72e34093ac68 (patch) | |
| tree | 5fb4e54e732902ea296636877f2cd81dfd4f4b29 /src/script/bitcoinconsensus.h | |
| parent | BIP144: Handshake and relay (receiver side) (diff) | |
| download | discoin-0ef1dd3e11dd573b6e443852ef0c72e34093ac68.tar.xz discoin-0ef1dd3e11dd573b6e443852ef0c72e34093ac68.zip | |
Refactor script validation to observe amounts
This is a preparation for BIP143 support.
Diffstat (limited to 'src/script/bitcoinconsensus.h')
| -rw-r--r-- | src/script/bitcoinconsensus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/script/bitcoinconsensus.h b/src/script/bitcoinconsensus.h index 5b8c33c6b..cd3e2f773 100644 --- a/src/script/bitcoinconsensus.h +++ b/src/script/bitcoinconsensus.h @@ -6,6 +6,8 @@ #ifndef BITCOIN_BITCOINCONSENSUS_H #define BITCOIN_BITCOINCONSENSUS_H +#include <stdint.h> + #if defined(BUILD_BITCOIN_INTERNAL) && defined(HAVE_CONFIG_H) #include "config/bitcoin-config.h" #if defined(_WIN32) |