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