http://mmgen54p3ouu7zymz5u3mwoncsyfpqeamfaaupeordl6ogujslk7fjad.onion/project/mmgen/mmgen-wallet/commit/487678bce9244fc741f71b75a211b4c05c2c0328
__init__: transaction class initializer """ -from ..objmethods import MMGenObject - def _base_proto_subclass(clsname, modname, proto): if proto: clsname = ('Token' if proto.tokensym else '') + clsname + 1 - 1 mmgen/xmrwallet/ops/label.py View File @@ -12,7 +12,7 @@ xmrwallet.ops.label: Monero wallet ops for the MMGen Suite """ -from ...color import red, pink, cyan, gray +from ...color import pink, cyan, gray from ...util import msg, ymsg, gmsg, die, make_timestr from ...ui import...