Commit 10937597 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix r2478: inconsistent packet naming.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2479 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 6486a6cb
...@@ -1206,7 +1206,7 @@ class Application(object): ...@@ -1206,7 +1206,7 @@ class Application(object):
return Iterator(self, start, stop) return Iterator(self, start, stop)
def lastTransaction(self): def lastTransaction(self):
self._askPrimary(Packets.AskLastCommittedTID()) self._askPrimary(Packets.AskLastTransaction())
return self.local_var.last_transaction return self.local_var.last_transaction
def abortVersion(self, src, transaction): def abortVersion(self, src, transaction):
......
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