Skip to content

Commit

Permalink
example: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
real-or-random committed Dec 18, 2024
1 parent 290d315 commit f92973d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def main():
# Check that all RecoveryData of all parties is identical
assert len(set([rets[i][1] for i in range(n + 1)])) == 1
recovery_data = rets[0][1]
print(f"=== Common recovery data ({len(recovery_data)} bytes)===")
print(f"=== Common recovery data ({len(recovery_data)} bytes) ===")
print(recovery_data.hex())


Expand Down

0 comments on commit f92973d

Please sign in to comment.