mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
Add support for multiple mnemonic wordlist
Added Wordlist class and registry Moved mnemonic encoding/decoding logic from Seed to Wordlist
This commit is contained in:
parent
7c26bb62d9
commit
4c9ca07006
6 changed files with 1790 additions and 1688 deletions
|
@ -1,7 +1,8 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import unittest
|
||||
from monero.seed import Seed, get_checksum
|
||||
from monero.seed import Seed
|
||||
|
||||
class SeedTestCase(unittest.TestCase):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue