diff --git a/src/init.cpp b/src/init.cpp --- a/src/init.cpp +++ b/src/init.cpp @@ -848,7 +848,7 @@ strprintf("Set publish hash block outbound message high water " "mark (default: %d)", CZMQAbstractNotifier::DEFAULT_ZMQ_SNDHWM), - false, OptionsCategory::ZMQ); + ArgsManager::ALLOW_ANY, OptionsCategory::ZMQ); argsman.AddArg( "-zmqpubhashtxhwm=", strprintf("Set publish hash transaction outbound message high " @@ -860,13 +860,13 @@ strprintf("Set publish raw block outbound message high water " "mark (default: %d)", CZMQAbstractNotifier::DEFAULT_ZMQ_SNDHWM), - false, OptionsCategory::ZMQ); + ArgsManager::ALLOW_ANY, OptionsCategory::ZMQ); argsman.AddArg( "-zmqpubrawtxhwm=", strprintf("Set publish raw transaction outbound message high " "water mark (default: %d)", CZMQAbstractNotifier::DEFAULT_ZMQ_SNDHWM), - false, OptionsCategory::ZMQ); + ArgsManager::ALLOW_ANY, OptionsCategory::ZMQ); argsman.AddArg("-zmqpubsequencehwm=", strprintf("Set publish hash sequence message high water mark" " (default: %d)",