Skip to content

Commit

Permalink
fixup! ZMQ: add publishers of wallet tx
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Jun 14, 2024
1 parent 1dee937 commit 439c7fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/zmq/zmqnotificationinterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

#if defined(HAVE_CONFIG_H)
#include <config/bitcoin-config.h>
#endif

#include <zmq/zmqnotificationinterface.h>

#include <common/args.h>
Expand Down

0 comments on commit 439c7fc

Please sign in to comment.