http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/0fef35f567613e5f82ca1703d695be15040c24e5
__init__(proto,*args,**kwargs) + 1 - 1 mmgen/base_proto/ethereum/tx/new.py View File @@ -20,7 +20,7 @@ from ....opts import opt from ....obj import Int,ETHNonce,MMGenTxID,Str from ....amt import ETHAmt from ....util import msg,line_input,is_int,is_hex_str,make_chksum_6 -from ....twctl import TrackingWallet +from ....tw . ctl import TrackingWallet from ....addr import is_mmgen_id,is_coin_addr from ..contract import Token + 3 - 3 mmgen/main_addrimport.py View File @@ -24,7 +24,7 @@ import time from .common...