removed ONE TODO

This commit is contained in:
andrei 2022-02-21 16:08:58 +02:00
parent 5f4112426d
commit 5275747c50

View File

@ -18,7 +18,7 @@ def test_get_txids_filtered(signed_create_tx, signed_transfer_tx):
from planetmint.backend import connect
from planetmint.backend.tarantool import query
from planetmint.models import Transaction
conn = connect().get_connection() # TODO First rewrite to get here tarantool connection
conn = connect().get_connection()
# create and insert two blocks, one for the create and one for the
# transfer transaction
create_tx_dict = signed_create_tx.to_dict()