Skip to content
Snippets Groups Projects
Commit 18d38253 authored by inso's avatar inso
Browse files

Fix cancel

parent 7a0a4aa8
Branches
Tags
No related merge requests found
......@@ -108,7 +108,7 @@ class TransactionsProcessor:
Cancel a local transaction
:param sakia.data.entities.Transaction tx: the transaction
"""
self.run_state_transitions(tx, ())
self.run_state_transitions(tx)
async def send(self, tx, txdoc, currency):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment