diff --git a/src/validation.h b/src/validation.h index 052377256..4036cdb43 100644 --- a/src/validation.h +++ b/src/validation.h @@ -1,718 +1,726 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers // Copyright (c) 2017 The Bitcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_VALIDATION_H #define BITCOIN_VALIDATION_H #if defined(HAVE_CONFIG_H) #include #endif #include #include #include #include #include #include #include // For CMessageHeader::MessageMagic #include