Hush them headers
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
* *
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef BITCOIN_PRIMITIVES_BLOCK_H
|
||||
#define BITCOIN_PRIMITIVES_BLOCK_H
|
||||
#ifndef HUSH_PRIMITIVES_BLOCK_H
|
||||
#define HUSH_PRIMITIVES_BLOCK_H
|
||||
|
||||
#include "primitives/transaction.h"
|
||||
//#include "primitives/nonce.h"
|
||||
@@ -279,4 +279,4 @@ struct CBlockLocator
|
||||
}
|
||||
};
|
||||
|
||||
#endif // BITCOIN_PRIMITIVES_BLOCK_H
|
||||
#endif // HUSH_PRIMITIVES_BLOCK_H
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
* *
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef BITCOIN_PRIMITIVES_TRANSACTION_H
|
||||
#define BITCOIN_PRIMITIVES_TRANSACTION_H
|
||||
#ifndef HUSH_PRIMITIVES_TRANSACTION_H
|
||||
#define HUSH_PRIMITIVES_TRANSACTION_H
|
||||
|
||||
#include "amount.h"
|
||||
#include "random.h"
|
||||
@@ -826,4 +826,4 @@ struct CMutableTransaction
|
||||
uint256 GetHash() const;
|
||||
};
|
||||
|
||||
#endif // BITCOIN_PRIMITIVES_TRANSACTION_H
|
||||
#endif // HUSH_PRIMITIVES_TRANSACTION_H
|
||||
|
||||
Reference in New Issue
Block a user