mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-05 02:33:07 +02:00
tidy: modernize-use-equals-default
This commit is contained in:
@@ -35,7 +35,7 @@ bool IsInterrupted(const T& result)
|
||||
class Notifications
|
||||
{
|
||||
public:
|
||||
virtual ~Notifications(){};
|
||||
virtual ~Notifications() = default;
|
||||
|
||||
[[nodiscard]] virtual InterruptResult blockTip(SynchronizationState state, CBlockIndex& index) { return {}; }
|
||||
virtual void headerTip(SynchronizationState state, int64_t height, int64_t timestamp, bool presync) {}
|
||||
|
||||
Reference in New Issue
Block a user