http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/3610b3ef2917adb2ad62be223e0e0e840d6ea83b
__name__+'>',l=(lvl*8)+4)) + 3 - 3 mmgen/protocol.py View File @@ -21,7 +21,7 @@ protocol.py: Coin protocol functions, classes and methods """ import sys,os,hashlib -from collections import namedtuple ,OrderedDict +from collections import namedtuple from .util import msg,ymsg,Msg,ydie from .devtools import * @@ -283,7 +283,7 @@ class LitecoinProtocol(BitcoinProtocol): daemon_name = 'litecoind' daemon_data_dir = os.path.join(os.getenv('APPDATA'),'Litecoin') if g.platform == 'win' \ else...