modularize wallet classes
- all code has been relocated from `wallet.py` to individual modules under `wallet`, with each wallet type having its own module - the fully rewritten initialization code can be found in `__init__.py` and `base.py`
This commit is contained in:
parent
3b7e96ccfc
commit
9649f5b723
38 changed files with 1611 additions and 1276 deletions
|
|
@ -54,6 +54,7 @@ packages =
|
|||
mmgen.share
|
||||
mmgen.tool
|
||||
mmgen.tx
|
||||
mmgen.wallet
|
||||
|
||||
scripts =
|
||||
cmds/mmgen-addrgen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue