Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor names to remove flag/fork ambiguities. #1429

Merged
merged 10 commits into from
Mar 29, 2024
Prev Previous commit
Next Next commit
Sort include.
evoskuil committed Mar 28, 2024
commit bb0720b41a07d34b2cb60a34ab4358ef1130d9db
2 changes: 1 addition & 1 deletion include/bitcoin/system/chain/chain_state.hpp
Original file line number Diff line number Diff line change
@@ -19,8 +19,8 @@
#ifndef LIBBITCOIN_SYSTEM_CHAIN_CHAIN_STATE_HPP
#define LIBBITCOIN_SYSTEM_CHAIN_CHAIN_STATE_HPP

#include <memory>
#include <deque>
#include <memory>
#include <bitcoin/system/chain/checkpoint.hpp>
#include <bitcoin/system/chain/context.hpp>
#include <bitcoin/system/chain/enums/flags.hpp>