mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-10 06:39:15 +02:00
tidy: modernize-use-equals-default
This commit is contained in:
@@ -76,7 +76,7 @@ public:
|
||||
static std::unique_ptr<PeerManager> make(CConnman& connman, AddrMan& addrman,
|
||||
BanMan* banman, ChainstateManager& chainman,
|
||||
CTxMemPool& pool, node::Warnings& warnings, Options opts);
|
||||
virtual ~PeerManager() { }
|
||||
virtual ~PeerManager() = default;
|
||||
|
||||
/**
|
||||
* Attempt to manually fetch block from a given peer. We must already have the header.
|
||||
|
||||
Reference in New Issue
Block a user