Skip to content

Commit 418bee8

Browse files
MarcoFalkefanquake
authored andcommitted
refactor: Remove spurious virtual from final ~CZMQNotificationInterface
Github-Pull: #32187 Rebased-From: fa69c42
1 parent 992c7ca commit 418bee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/zmq/zmqnotificationinterface.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015-2022 The Bitcoin Core developers
1+
// Copyright (c) 2015-present The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

@@ -21,7 +21,7 @@ struct NewMempoolTransactionInfo;
2121
class CZMQNotificationInterface final : public CValidationInterface
2222
{
2323
public:
24-
virtual ~CZMQNotificationInterface();
24+
~CZMQNotificationInterface();
2525

2626
std::list<const CZMQAbstractNotifier*> GetActiveNotifiers() const;
2727

0 commit comments

Comments
 (0)