Skip to content

Commit

Permalink
Namecoin: Rebrand address in test_transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Feb 6, 2020
1 parent 037d823 commit 041cb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum_nmc/electrum/tests/test_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test_tx_deserialize_for_signed_network_tx(self):
self.assertEqual('3140eb24b43386f35ba69e3875eb6c93130ac66201d01c58f598defc949a5c2a:0', tx.inputs()[0].prevout.to_str())
self.assertEqual(1, len(tx.outputs()))
self.assertEqual(bfh('76a914230ac37834073a42146f11ef8414ae929feaafc388ac'), tx.outputs()[0].scriptpubkey)
self.assertEqual('14CHYaaByjJZpx4oHBpfDMdqhTyXnZ3kVs', tx.outputs()[0].address)
self.assertEqual(frombtc('14CHYaaByjJZpx4oHBpfDMdqhTyXnZ3kVs'), tx.outputs()[0].address)
self.assertEqual(1000000, tx.outputs()[0].value)

self.assertEqual(tx.serialize(), signed_blob)
Expand Down

0 comments on commit 041cb03

Please sign in to comment.