mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-28 13:02:38 +02:00
Validate zmqpubhashwallettx
and zmqpubrawwallettx
port numbers
Based on 04526787b5
This commit is contained in:
parent
3562127ae2
commit
5d9255a4ee
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user