Update spvblock.py

This commit is contained in:
Satoshi Nakamoto 2022-03-19 02:33:43 +01:00 committed by GitHub
parent abbe4c9bb4
commit 3d21a7cfb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -506,7 +506,7 @@ def localHalving():
def pdfconvert():
try:
conn = """curl -s https://nakamotoinstitute.org/bitcoin/ | html2text | grep Abstract -A 427"""
conn = """curl -s https://nakamotoinstitute.org/bitcoin/ | html2text | grep October -A 428"""
a = os.popen(conn).read()
clear()
blogo()