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.
2 parents 2264aaa + ae6a107 commit 8e388a1Copy full SHA for 8e388a1
README.md
@@ -12,7 +12,7 @@ This Python 3 library provides a parser for the raw data stored by bitcoind.
12
import sys
13
from blockchain_parser.blockchain import Blockchain
14
15
-# Instanciate the Blockchain by giving the path to the directory
+# Instantiate the Blockchain by giving the path to the directory
16
# containing the .blk files created by bitcoind
17
blockchain = Blockchain(sys.argv[1])
18
for block in blockchain.get_unordered_blocks():
0 commit comments