Commit 297dd16e authored by Grégory Wisniewski's avatar Grégory Wisniewski

CommitTransaction is not an answer but a notification.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1988 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 2da93c80
......@@ -118,7 +118,7 @@ class VerificationManager(BaseServiceHandler):
node.notify(Packets.DeleteTransaction(tid))
else:
for node in self.app.nm.getIdentifiedList(pool_set=uuid_set):
node.ask(Packets.CommitTransaction(tid))
node.notify(Packets.CommitTransaction(tid))
# If possible, send the packets now.
em.poll(0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment