mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-09 22:28:51 +02:00
tidy: modernize-use-equals-default
This commit is contained in:
@@ -26,7 +26,7 @@ namespace interfaces {
|
||||
class Mining
|
||||
{
|
||||
public:
|
||||
virtual ~Mining() {}
|
||||
virtual ~Mining() = default;
|
||||
|
||||
//! If this chain is exclusively used for testing
|
||||
virtual bool isTestChain() = 0;
|
||||
|
||||
Reference in New Issue
Block a user