diff --git a/src/init.cpp b/src/init.cpp index 4b86024b34..4581243f96 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1287,6 +1287,8 @@ bool AppInitMain(NodeContext& node, interfaces::BlockAndHeaderTipInfo* tip_info) "-zmqpubrawblock", "-zmqpubrawtx", "-zmqpubsequence", + "-zmqpubhashwallettx", + "-zmqpubrawwallettx", }) { for (const std::string& socket_addr : args.GetArgs(port_option)) { std::string host_out;