Commit 85f494db by lenacom

fixed comment

parent 016c8200
...@@ -66,9 +66,9 @@ class BlockStructure(object): ...@@ -66,9 +66,9 @@ class BlockStructure(object):
def __iter__(self): def __iter__(self):
""" """
The default iterator for a block structure is a topological The default iterator for a block structure is get_block_keys()
traversal since it's the more common case and we currently since we need to filter blocks as a list.
need to support DAGs. A topological traversal can be used to support DAGs.
""" """
return self.get_block_keys() return self.get_block_keys()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment