Skip to content

Commit

Permalink
Fix load.clvm
Browse files Browse the repository at this point in the history
  • Loading branch information
Quexington authored and richardkiss committed Jul 8, 2021
1 parent 2035fc8 commit 7d55c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/wallet/puzzles/load_clvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ def load_serialized_clvm(clvm_filename, package_or_requirement=__name__) -> Seri


def load_clvm(clvm_filename, package_or_requirement=__name__) -> Program:
return Program.from_bytes(bytes(load_serialized_clvm(clvm_filename, package_or_requirement=__name__)))
return Program.from_bytes(bytes(load_serialized_clvm(clvm_filename, package_or_requirement=package_or_requirement)))

0 comments on commit 7d55c39

Please sign in to comment.