We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1cc5b8 commit bd57d96Copy full SHA for bd57d96
docs/protocol-methods.rst
@@ -193,6 +193,11 @@ be confirmed within a certain number of blocks.
193
194
0.00101079
195
196
+.. note:: This estimate typically comes from the Bitcoin daemon, which only updates
197
+ its estimate when new blocks are mined. The server is free to cache this internally
198
+ for performance reasons, however it SHOULD avoid sending stale estimates
199
+ by e.g. invalidating the cache before notifying clients of a new block header.
200
+
201
202
blockchain.headers.subscribe
203
============================
0 commit comments