Skip to content

Commit fa69c42

Browse files
author
MarcoFalke
committed
refactor: Remove spurious virtual from final ~CZMQNotificationInterface
1 parent 80e47b1 commit fa69c42

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

@@ -22,7 +22,7 @@ struct NewMempoolTransactionInfo;
2222
class CZMQNotificationInterface final : public CValidationInterface
2323
{
2424
public:
25-
virtual ~CZMQNotificationInterface();
25+
~CZMQNotificationInterface();
2626

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

0 commit comments

Comments
 (0)