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}' ) + +class TestCoinInfo(CoinInfo): + + # Sources (see CoinInfo) that are in agreement for these coins + # No check for segwit, p2sh check skipped if source doesn't support it + cross_checks = { + '2GIVE': ['wn'], + '42': ['vg','wn'], + '611': ['wn'], + 'AC': ['lb','vg'], + 'ACOIN': ['wn'], + 'ALF': ['wn'], + 'ANC': ['vg','wn'], + 'APEX': ['wn'],...