From 8fd6af89a0c061d79bb3fd2ba704b61dcc2e9211 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Thu, 22 Mar 2018 15:19:44 +0100 Subject: Fix missing or inconsistent include guards --- src/policy/fees.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/policy/fees.h') diff --git a/src/policy/fees.h b/src/policy/fees.h index 5f69e989c1..5d35e276e1 100644 --- a/src/policy/fees.h +++ b/src/policy/fees.h @@ -2,8 +2,8 @@ // Copyright (c) 2009-2017 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#ifndef BITCOIN_POLICYESTIMATOR_H -#define BITCOIN_POLICYESTIMATOR_H +#ifndef BITCOIN_POLICY_FEES_H +#define BITCOIN_POLICY_FEES_H #include #include @@ -294,4 +294,4 @@ private: FastRandomContext insecure_rand; }; -#endif /*BITCOIN_POLICYESTIMATOR_H */ +#endif // BITCOIN_POLICY_FEES_H -- cgit v1.2.3