Hush them headers

This commit is contained in:
Duke Leto
2020-12-04 09:49:56 -05:00
parent 136c73a273
commit 8a5130713d
35 changed files with 105 additions and 105 deletions

View File

@@ -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

View File

@@ -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