1 2018-06-08 00:17:44 <jimpo> nevermind, I get it
2 2018-06-08 10:10:42 <petertodd> jimpo: hey, if you went from "wtf?" to "I get it" in under two hours you're doing pretty well :)
3 2018-06-08 18:22:23 <satwo> Hi all. Does ZMQ fire notifications only for valid transactions that have entered the mempool? Curious what happens if the node's mempool is full and the new tx doesn't have a high-enough fee to get into the mempool, but is otherwise valid. Will ZMQ still fire a notification for it?
4 2018-06-08 18:29:06 <arubi> satwo, I never tested, but it seems that zmq's NotifyTransaction() is only used in a function mamed CZMQNotificationInterface::TransactionAddedToMempool(), so maybe that's enough to answer your question
5 2018-06-08 18:29:51 <arubi> if you want mempool rejects, I think there's a specific debug flag called 'mempoolrej' which might do it
6 2018-06-08 18:30:01 <arubi> (at least for logging if not zmq)
7 2018-06-08 18:31:41 <satwo> Thanks arubi! Extremely helpful
8 2018-06-08 18:32:27 <echeveria> just logging, not zmq