Mercurial > public > bitcaviar-plus
comparison README.md @ 21:2a4ee2f23e0c
fix typo
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Wed, 10 Nov 2021 11:47:31 +0100 |
parents | b3eb78c5d03b |
children | 30535f42d0ff |
comparison
equal
deleted
inserted
replaced
20:b3eb78c5d03b | 21:2a4ee2f23e0c |
---|---|
27 | 27 |
28 ### Deserialize entire blockchain | 28 ### Deserialize entire blockchain |
29 ```python | 29 ```python |
30 import os | 30 import os |
31 from bitcaviar_plus.block import deserialize_block | 31 from bitcaviar_plus.block import deserialize_block |
32 from bitcaviar_plus.errors import InvalidMagicBytes | |
32 | 33 |
33 | 34 |
34 def parse_entire_blockchain(): | 35 def parse_entire_blockchain(): |
35 file_counter = -1 | 36 file_counter = -1 |
36 while True: | 37 while True: |