Skip to content

Commit

Permalink
Namecoin: Rebrand address in CoinJoin test
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Feb 6, 2020
1 parent 68316ab commit 4c8e060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum_nmc/electrum/tests/test_wallet_vertical.py
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@ def test_offline_signing_beyond_gap_limit(self, mock_write):
wallet_online.receive_tx_callback(funding_txid, funding_tx, TX_HEIGHT_UNCONFIRMED)

# create unsigned tx
outputs = [PartialTxOutput.from_address_and_value('tb1qp0mv2sxsyxxfj5gl0332f9uyez93su9cf26757', 2500000)]
outputs = [PartialTxOutput.from_address_and_value(frombtc('tb1qp0mv2sxsyxxfj5gl0332f9uyez93su9cf26757'), 2500000)]
tx = wallet_online.mktx(outputs=outputs, password=None, fee=5000)
tx.set_rbf(True)
tx.locktime = 1325341
Expand Down

0 comments on commit 4c8e060

Please sign in to comment.