Closed teknico closed 4 years ago
This moves the code in wallet/simple.py to wallet/wallet.py and deletes the former.
wallet/simple.py
wallet/wallet.py
It also adds tests for SimpleWallet and Wallet (without asserts though, I'm not sure what to check).
SimpleWallet
Wallet
Finally it removes tinywallet/mpl.py.
tinywallet/mpl.py
Part of #70.
This moves the code in
wallet/simple.py
towallet/wallet.py
and deletes the former.It also adds tests for
SimpleWallet
andWallet
(without asserts though, I'm not sure what to check).Finally it removes
tinywallet/mpl.py
.Part of #70.