Skip to content

Commit e37d2de

Browse files
authored
Fix undo-blocks.py
1 parent 5cdc6c5 commit e37d2de

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/undo-blocks.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import os
2-
import plyvel
32
from blockchain_parser.blockchain import *
4-
from blockchain_parser.output import *
5-
from blockchain_parser.utils import *
63
from blockchain_parser.blockchain import Blockchain
4+
from blockchain_parser.utils import *
5+
from blockchain_parser.undo import *
76

87
undo_files = get_undo_files(os.path.expanduser('~/.bitcoin/blocks'))
98
undo_block_ctr = 0

0 commit comments

Comments
 (0)