http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/49e1acfb74bb299fb33b1d2a39ec970e34ea8430?style=split
RBF bump failed ' ) ok ( ) ok ( ) def regtest_user_import ( self , name , user , args ) : t = MMGenExpect ( name , ' mmgen-addrimport ' , [ ' --quiet ' , ' -- ' + user ] + args ) t . read ( ) t . ok ( ) @staticmethod def gen_pairs ( n ) : return [ subprocess . check_output ( [ ' python ' , ' mmgen-tool ' , ' --testnet=1 ' , ' -r0 ' , ' randpair ' , ' compressed= {} ' . format ( ( i + 1 ) % 2 ) ] ) . split ( ) for i in range ( n ) ] def regtest_bob_pre_import ( self , name ) : pairs = self . gen_pairs ( 5 )...