mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-07 19:22:17 +01:00
tidy: modernize-use-equals-default
This commit is contained in:
@@ -19,7 +19,7 @@ public:
|
||||
int64_t nCreateTime{0};
|
||||
int64_t nBanUntil{0};
|
||||
|
||||
CBanEntry() {}
|
||||
CBanEntry() = default;
|
||||
|
||||
explicit CBanEntry(int64_t nCreateTimeIn)
|
||||
: nCreateTime{nCreateTimeIn} {}
|
||||
|
||||
Reference in New Issue
Block a user