Skip to content

Commit 5c1b2c4

Browse files
committed
Update readme
1 parent fe41117 commit 5c1b2c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ print(key) # => key is a hex string
4444

4545
# split into 10 shares with a threshold of 5
4646
shares = secrets.share(key, 10, 5)
47-
print(shares) # => ['801xxx...xxx','802xxx...xxx', ... ,'809xxx...xxx','810xxx...xxx']
47+
print(shares) # => ['801xxx...xxx','802xxx...xxx', ... ,'809xxx...xxx','80axxx...xxx']
4848

4949
# combine 4 shares
5050
comb = secrets.combine(shares[:4])

0 commit comments

Comments
 (0)