mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-24 22:45:44 +00:00
update
This commit is contained in:
parent
ee045a5df0
commit
af566aba71
@ -20,7 +20,7 @@ def test_get_txids_filtered(signed_create_tx, signed_transfer_tx):
|
||||
conn = Connection() # TODO First rewrite to get here tarantool connection
|
||||
print(conn)
|
||||
# create and insert two blocks, one for the create and one for the
|
||||
# transfer transaction
|
||||
# transfer transactionTarantoolDBTarantoolDB
|
||||
conn.db.transactions.insert_one(signed_create_tx.to_dict())
|
||||
conn.db.transactions.insert_one(signed_transfer_tx.to_dict())
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user