http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/src/master/mmgen/tw/prune.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 """ tw.prune: Tracking wallet pruned listaddresses class for the MMGen suite """ from ..util import msg, rmsg, ymsg from ..color import red, green, gray, yellow from...