http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/525b54af8e80036699a1bb0315fab07fa3d5eb93?style=split
= b: - raise ValueError( - f'{desc.capitalize()}s for {coin.upper()} {network} do not match:\n CoinInfo: {a}\n {b_desc}: {b}' ) +from ..cfg import gc +from ..protocol import CoinProtocol +from ..proto.btc.params import mainnet ce = namedtuple('CoinInfoEntry', ce = namedtuple('CoinInfoEntry', ['name','symbol','wif_ver_num','p2pkh_info','p2sh_info','has_segwit','trust_level']) ['name','symbol','wif_ver_num','p2pkh_info','p2sh_info','has_segwit','trust_level']) @@ -274,196 +256,6 @@ class CoinInfo:...