Skip to content

Commit

Permalink
Update test_mnemonic_generation.py
Browse files Browse the repository at this point in the history
- fix copy/paste error
  • Loading branch information
BtcAutoNode authored Nov 3, 2024
1 parent 1fb739c commit 756e8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mnemonic_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def test_256_coin_flips():



def test_128_dice_rolls():
def test_128_coin_flips():
""" 128 coin flips input should yield the same 12-word mnemonic as iancoleman.io/bip39 """
# Check "Show entropy details", paste in coin flip sequence, click "Binary", select "Mnemonic Length" as "12 Words"
coin_flips = "10101010101011101100010000000011001000110000000000110000000010011100000000000000100000000001100000011100101100100001001100110010"
Expand Down

0 comments on commit 756e8e2

Please sign in to comment.