mirror of https://github.com/bitcoin/bitcoin.git
refactor: Remove spurious virtual from final ~CZMQNotificationInterface
Github-Pull: #32187
Rebased-From: fa69c42fdf
This commit is contained in:
parent
992c7cad46
commit
418bee8f9d
|
@ -1,4 +1,4 @@
|
||||||
// Copyright (c) 2015-2022 The Bitcoin Core developers
|
// Copyright (c) 2015-present The Bitcoin Core developers
|
||||||
// Distributed under the MIT software license, see the accompanying
|
// Distributed under the MIT software license, see the accompanying
|
||||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ struct NewMempoolTransactionInfo;
|
||||||
class CZMQNotificationInterface final : public CValidationInterface
|
class CZMQNotificationInterface final : public CValidationInterface
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual ~CZMQNotificationInterface();
|
~CZMQNotificationInterface();
|
||||||
|
|
||||||
std::list<const CZMQAbstractNotifier*> GetActiveNotifiers() const;
|
std::list<const CZMQAbstractNotifier*> GetActiveNotifiers() const;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue