Skip to content

Commit bea97af

Browse files
authored
Update blockchain-parser.py
1 parent 1b903b4 commit bea97af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blockchain-parser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ def read_varint(file):
5353
data = b + data
5454
return data
5555

56-
dirA = 'e:/_blocks/' # Directory where blk*.dat files are stored
56+
dirA = './blocks/' # Directory where blk*.dat files are stored
5757
#dirA = sys.argv[1]
58-
dirB = 'e:/_result/' # Directory where to save parsing results
58+
dirB = './result/' # Directory where to save parsing results
5959
#dirA = sys.argv[2]
6060

6161
fList = os.listdir(dirA)

0 commit comments

Comments
 (0)