mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-13 14:14:00 +01:00
tidy: modernize-use-equals-default
This commit is contained in:
@@ -100,7 +100,7 @@ struct CompressedHeader {
|
||||
|
||||
class HeadersSyncState {
|
||||
public:
|
||||
~HeadersSyncState() {}
|
||||
~HeadersSyncState() = default;
|
||||
|
||||
enum class State {
|
||||
/** PRESYNC means the peer has not yet demonstrated their chain has
|
||||
|
||||
Reference in New Issue
Block a user