http://mmgen54p3ouu7zymz5u3mwoncsyfpqeamfaaupeordl6ogujslk7fjad.onion/project/mmgen/mmgen-wallet/commit/ef5f6e4b22ef87e0b2c20f2ffcc410434c5abb7d
_wait_signed('transaction') + self.insert_device_online() t = self.spawn('mmgen-txsend', ['--alice', '--quiet', '--autosign']) t.view_tx('t') @@ -229,22 +243,30 @@ class CmdTestAutosignAutomount(CmdTestAutosignThreaded, CmdTestRegtestBDBWallet) self.remove_device_online() return t - def _alice_txbump(self, bad_tx_expect=None): - if cfg.coin == 'BCH' : + def _alice_txbump(self, fee_opt=None, output_args=[], bad_tx_expect =None, low_fee_fix =None): + if not self.proto.cap('rbf') : return...