|
|
|
@ -3,10 +3,10 @@
@@ -3,10 +3,10 @@
|
|
|
|
|
// Distributed under the MIT/X11 software license, see the accompanying
|
|
|
|
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
|
|
|
|
|
|
|
|
#ifndef BITCOIN_CORE_BLOCK_H |
|
|
|
|
#define BITCOIN_CORE_BLOCK_H |
|
|
|
|
#ifndef BITCOIN_PRIMITIVES_BLOCK_H |
|
|
|
|
#define BITCOIN_PRIMITIVES_BLOCK_H |
|
|
|
|
|
|
|
|
|
#include "core/transaction.h" |
|
|
|
|
#include "primitives/transaction.h" |
|
|
|
|
#include "serialize.h" |
|
|
|
|
#include "uint256.h" |
|
|
|
|
|
|
|
|
@ -165,4 +165,4 @@ struct CBlockLocator
@@ -165,4 +165,4 @@ struct CBlockLocator
|
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
#endif // BITCOIN_CORE_BLOCK_H
|
|
|
|
|
#endif // BITCOIN_PRIMITIVES_BLOCK_H
|