From 5d9255a4ee63b43d08d2b9ddd97f3501f7924b1f Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Sun, 12 Jun 2022 21:57:51 +0000 Subject: [PATCH] Validate `zmqpubhashwallettx` and `zmqpubrawwallettx` port numbers Based on 04526787b5f6613d1f1ad78434e1dd24ab88dd76 --- src/init.cpp | 2 ++ 1 file changed, 2 insertions(+) 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;