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 5cdc6c5 commit e37d2deCopy full SHA for e37d2de
examples/undo-blocks.py
@@ -1,9 +1,8 @@
1
import os
2
-import plyvel
3
from blockchain_parser.blockchain import *
4
-from blockchain_parser.output import *
5
-from blockchain_parser.utils import *
6
from blockchain_parser.blockchain import Blockchain
+from blockchain_parser.utils import *
+from blockchain_parser.undo import *
7
8
undo_files = get_undo_files(os.path.expanduser('~/.bitcoin/blocks'))
9
undo_block_ctr = 0
0 commit comments