Skip to content

Commit

Permalink
Fix #81
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroc committed Mar 25, 2019
1 parent 740f959 commit a1e3ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphenecommon/blockchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def wait_for_and_get_block(self, block_number, blocks_waiting_for=None):
return block

def ops(self, start=None, stop=None, **kwargs):
""" Yields all operations (including virtual operations) starting from
""" Yields all operations (excluding virtual operations) starting from
``start``.
:param int start: Starting block
Expand Down

0 comments on commit a1e3ac9

Please sign in to comment.