We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e47b1 commit fa69c42Copy full SHA for fa69c42
src/zmq/zmqnotificationinterface.h
@@ -1,4 +1,4 @@
1
-// Copyright (c) 2015-2022 The Bitcoin Core developers
+// Copyright (c) 2015-present The Bitcoin Core developers
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
@@ -22,7 +22,7 @@ struct NewMempoolTransactionInfo;
22
class CZMQNotificationInterface final : public CValidationInterface
23
{
24
public:
25
- virtual ~CZMQNotificationInterface();
+ ~CZMQNotificationInterface();
26
27
std::list<const CZMQAbstractNotifier*> GetActiveNotifiers() const;
28
0 commit comments