Beginning transaction persistance.

This commit is contained in:
JoelKatz
2012-06-09 19:12:06 -07:00
parent 7a511d36ef
commit 197a19b996
4 changed files with 40 additions and 4 deletions

View File

@@ -510,6 +510,7 @@ void Transaction::saveTransaction(Transaction::pointer txn)
bool Transaction::save() const
{ // This code needs to be fixed to support new-style transactions - FIXME
// This code is going away. It will be handled from SerializedTransaction
#if 0
// Identify minimums fields to write for now.
// Also maybe write effected accounts for use later.