http://mmgen54p3ouu7zymz5u3mwoncsyfpqeamfaaupeordl6ogujslk7fjad.onion/project/mmgen/mmgen-wallet/commit/ef5f6e4b22ef87e0b2c20f2ffcc410434c5abb7d
*arawtx']) + + def alice_txbump5(self): + sid = self._user_sid('alice') + return self._alice_txbump( + fee_opt = '--fee=400s', + output_args = ['data:message for posterity', f'{self.burn_addr},7.654321', f'{sid}:C:1']) + + def alice_bal2(self): + bals = { + 'btc': '491.11002204', + 'ltc': '5491.11002204', + 'bch': '498.7653392', + } + return self.user_bal('alice', bals.get(self.coin, None)) + 21 - 8 test/cmdtest_d/ct_regtest.py View File @@ -71,9 +71,9 @@...