Skip to content
Snippets Groups Projects
Unverified Commit 0fac0e97 authored by crokkon's avatar crokkon Committed by GitHub
Browse files

index.rst: fix blockchain example

parent 62fe18cd
Branches
Tags
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