aboutsummaryrefslogtreecommitdiff
path: root/src/policy
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2015-10-27 17:44:13 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2015-10-27 17:44:13 +0100
commit214de7e54c282f7d452d9b628baaa94e6af51727 (patch)
tree50cefc7b0e721304ce1094063f3b2384f8219b02 /src/policy
parent8f3b3cdee497b8a1d7c6a7279e7bb13435527b60 (diff)
downloadbitcoin-214de7e54c282f7d452d9b628baaa94e6af51727.tar.xz
[Trivial] ensure minimal header conventions
- ensure header namespaces and end comments are correct - add missing header end comments - ensure minimal formatting (add newlines etc.)
Diffstat (limited to 'src/policy')
-rw-r--r--src/policy/policy.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/policy/policy.h b/src/policy/policy.h
index 7027f1402f..f269e8d476 100644
--- a/src/policy/policy.h
+++ b/src/policy/policy.h
@@ -3,8 +3,8 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
-#ifndef BITCOIN_POLICY_H
-#define BITCOIN_POLICY_H
+#ifndef BITCOIN_POLICY_POLICY_H
+#define BITCOIN_POLICY_POLICY_H
#include "consensus/consensus.h"
#include "script/interpreter.h"
@@ -59,4 +59,4 @@ bool IsStandardTx(const CTransaction& tx, std::string& reason);
*/
bool AreInputsStandard(const CTransaction& tx, const CCoinsViewCache& mapInputs);
-#endif // BITCOIN_POLICY_H
+#endif // BITCOIN_POLICY_POLICY_H