http://mmgen54p3ouu7zymz5u3mwoncsyfpqeamfaaupeordl6ogujslk7fjad.onion/project/mmgen/mmgen-wallet/commit/ef5f6e4b22ef87e0b2c20f2ffcc410434c5abb7d
_bob_rbf_bump(['--send'], rtFee[2]) + + def _bob_rbf_bump(self, add_args, fee): ext = ',{}]{x}.regtest.sigtx'.format(rtFee[1][:-1], x='-α' if cfg.debug_utf8 else '') txfile = self.get_file_with_ext(ext, delete=False, no_dot=True) - return self.user_txbump('bob', self.tmpdir, txfile, rtFee[2], add_args=['--send']) + return self.user_txbump('bob', self.tmpdir, txfile, fee, add_args=add_args ) def generate(self, num_blocks=1, add_opts=[]): int(num_blocks) @@ -1203,6 +1213,9...