Skip to content

Commit

Permalink
cmd: farm challenges, add missing space (Chia-Network#4038)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericosilva authored May 12, 2021
1 parent 536d33e commit abd01b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/cmds/farm_funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ async def challenges(farmer_rpc_port: int, limit: int) -> None:
for signage_point in signage_points:
print(
(
f"Hash: {signage_point['signage_point']['challenge_hash']}"
f"Hash: {signage_point['signage_point']['challenge_hash']} "
f"Index: {signage_point['signage_point']['signage_point_index']}"
)
)
Expand Down

0 comments on commit abd01b1

Please sign in to comment.