Skip to content
Snippets Groups Projects
Unverified Commit 1bc6b09f authored by Holger Nahrstaedt's avatar Holger Nahrstaedt Committed by GitHub
Browse files

Merge pull request #30 from crokkon/patch-1

index.rst: fix blockchain example
parents e8aead68 0fac0e97
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ Quickstart
from beem.blockchain import Blockchain
blockchain = Blockchain()
for op in Blockchain.ops():
for op in blockchain.stream():
print(op)
.. code-block:: python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment