Adds some missing tests

This commit is contained in:
Sergi Delgado Segura
2019-10-22 16:38:28 +01:00
parent 9d9d7b1e5b
commit af0e9c81b5
7 changed files with 39 additions and 3 deletions

View File

@@ -25,7 +25,6 @@ def carrier():
def test_send_transaction(run_bitcoind, carrier):
# We are mocking bitcoind and in our simulator txid == tx
tx = TX.create_dummy_transaction()
txid = sha256d(tx)