Skip to content

Commit 9cd6fb9

Browse files
committed
Add comment explaining why there's no testnet attestation
Closes issue #21
1 parent 25fbaaf commit 9cd6fb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

opentimestamps/core/notary.py

+3
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,9 @@ class BitcoinBlockHeaderAttestation(TimeAttestation):
250250
exceptionally rare events anyway, so better to just tell the user the timestamp
251251
can't be verified rather than add almost-never tested code to handle that case
252252
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.
253256
"""
254257

255258
TAG = bytes.fromhex('0588960d73d71901')

0 commit comments

Comments
 (0)