http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/src/ea1e8d1228db50c9776998ff50d270af52b35540/test/altcointest.py
r}') if a != 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'],...