http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/bafea57134d9f7551d5f617d04bae101563e7659
r} : value cannot be converted to {} address ( {} ) " @ -385,10 +385,17 @@ class CoinAddr(str,Hilite,InitErrors,MMGenObject): def is_for_chain ( self , chain ) : from mmgen . globalvars import g vn = g . proto . get_protocol_by_chain ( chain ) . addr_ver_num def pfx_ok ( pfx ) : if type ( pfx ) == tuple : if self [ 0 ] in pfx : return True elif self [ : len ( pfx ) ] == pfx : return True return False if self . addr_fmt == ' p2sh ' and ' p2sh2 ' in vn :...