Skip to content

Commit c572d66

Browse files
committed
Change comment
1 parent 368f4d4 commit c572d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cic/cli/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
# Newer versions of chia should use the modern keys and the version bundled here uses the old keys
7777
original_to_json_dict = SpendBundle.to_json_dict
7878
def patched_to_json_dict(self, include_legacy_keys: bool = False, exclude_modern_keys: bool = False) -> Dict[str, Any]:
79-
# Call the original method with different args if needed
79+
# Call the original method with different defaults
8080
return original_to_json_dict(self, include_legacy_keys=include_legacy_keys, exclude_modern_keys=exclude_modern_keys)
8181
SpendBundle.to_json_dict = patched_to_json_dict
8282

0 commit comments

Comments
 (0)