diff options
author | glozow <gloriajzhao@gmail.com> | 2024-06-11 13:06:21 +0100 |
---|---|---|
committer | glozow <gloriajzhao@gmail.com> | 2024-06-18 13:06:36 +0100 |
commit | f543852a89d93441645250c40c3980aeb0c3b664 (patch) | |
tree | 51ea51ee417aa371a435cbf0bb54d1db6ce4ee05 /src/policy | |
parent | 9c5cdf07f30f816cd134e2cd2dca9c27ef7067a5 (diff) |
rename policy/v3_policy.* to policy/truc_policy.*
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 |