Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghanbing committed Jun 23, 2018
1 parent e5edfe5 commit 66e4cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plasma_tools/chain_inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from plasma.child_chain.snapshot import list_snapshots


list_timestamp = lambda: sorted(list_snapshots())
list_timestamp = list_snapshots


class ChildChainSnapshot(object):
Expand Down

0 comments on commit 66e4cb0

Please sign in to comment.