make format

This commit is contained in:
callebtc
2022-10-15 00:59:21 +02:00
parent 7fb2c81ede
commit 6f913e3cc9
7 changed files with 16 additions and 21 deletions

View File

@@ -5,7 +5,6 @@ from typing import Dict, List
from cashu.core.secp import PrivateKey, PublicKey
from cashu.core.settings import MAX_ORDER
# entropy = bytes([random.getrandbits(8) for i in range(16)])
# mnemonic = bip39.mnemonic_from_bytes(entropy)
# seed = bip39.mnemonic_to_seed(mnemonic)