diff options
Diffstat (limited to 'src/policy')
-rw-r--r-- | src/policy/truc_policy.cpp (renamed from src/policy/v3_policy.cpp) | 2 | ||||
-rw-r--r-- | src/policy/truc_policy.h (renamed from src/policy/v3_policy.h) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/policy/v3_policy.cpp b/src/policy/truc_policy.cpp index 6bd043b8e3..4e0eb70a73 100644 --- a/src/policy/v3_policy.cpp +++ b/src/policy/truc_policy.cpp @@ -2,7 +2,7 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#include <policy/v3_policy.h> +#include <policy/truc_policy.h> #include <coins.h> #include <consensus/amount.h> diff --git a/src/policy/v3_policy.h b/src/policy/truc_policy.h index 90eaeda46f..f553110df3 100644 --- a/src/policy/v3_policy.h +++ b/src/policy/truc_policy.h @@ -2,8 +2,8 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#ifndef BITCOIN_POLICY_V3_POLICY_H -#define BITCOIN_POLICY_V3_POLICY_H +#ifndef BITCOIN_POLICY_TRUC_POLICY_H +#define BITCOIN_POLICY_TRUC_POLICY_H #include <consensus/amount.h> #include <policy/packages.h> @@ -90,4 +90,4 @@ std::optional<std::string> PackageV3Checks(const CTransactionRef& ptx, int64_t v const Package& package, const CTxMemPool::setEntries& mempool_ancestors); -#endif // BITCOIN_POLICY_V3_POLICY_H +#endif // BITCOIN_POLICY_TRUC_POLICY_H |