Skip to content

Commit 3c3e160

Browse files
committed
fix network formatting error
1 parent 7a1760f commit 3c3e160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chia/_tests/util/protocol_messages_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2715,7 +2715,7 @@
27152715

27162716
error_with_data_json: dict[str, Any] = {"code": 1, "message": "Unknown", "data": "0x65787472612064617461"}
27172717

2718-
solver_info_json: dict[str, Any] = {"plot_difficulty": 2, "partial_proof": "0x7061727469616c2d70726f6f66"}
2718+
solver_info_json: dict[str, Any] = {"plot_strength": 2, "partial_proof": "0x7061727469616c2d70726f6f66"}
27192719

27202720
solver_response_json: dict[str, Any] = {
27212721
"partial_proof": "0x7061727469616c2d70726f6f66",

0 commit comments

Comments
 (0)