http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/src/master/mmgen/wallet/incog_hidden.py
/usr/bin/env python3 # # MMGen Wallet, a terminal-based cryptocurrency wallet # Copyright (C)2013-2026 The MMGen Project <
[email protected]> # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: # https://github.com/mmgen/mmgen-wallet # https://gitlab.com/mmgen/mmgen-wallet """ wallet.incog_hidden:
hidden incognito wallet class """ import sys, os from ..seed import Seed from ..util import msg, die, capfirst from ..util2...