Skip to content

Commit 6bc1ff9

Browse files
committed
doc: Add note regarding ZMQ block notification
1 parent e8a6d52 commit 6bc1ff9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: doc/zmq.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ using other means such as firewalling.
111111

112112
Note that when the block chain tip changes, a reorganisation may occur
113113
and just the tip will be notified. It is up to the subscriber to
114-
retrieve the chain from the last known block to the new tip.
114+
retrieve the chain from the last known block to the new tip. Also note
115+
that no notification occurs if the tip was in the active chain - this
116+
is the case after calling invalidateblock RPC.
115117

116118
There are several possibilities that ZMQ notification can get lost
117119
during transmission depending on the communication type you are

0 commit comments

Comments
 (0)