We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25fbaaf commit 9cd6fb9Copy full SHA for 9cd6fb9
opentimestamps/core/notary.py
@@ -250,6 +250,9 @@ class BitcoinBlockHeaderAttestation(TimeAttestation):
250
exceptionally rare events anyway, so better to just tell the user the timestamp
251
can't be verified rather than add almost-never tested code to handle that case
252
more gracefully.
253
+
254
+ There is no testnet/regtest/signet/etc. version of this because the purpose
255
+ of testnets is to test code. The best test uses the exact same code paths.
256
"""
257
258
TAG = bytes.fromhex('0588960d73d71901')
0 commit comments