From 6df8ba524764abb881e4616ed70034c349b8cf72 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Tue, 9 Jul 2013 12:16:15 -0700 Subject: [PATCH] Mark where the code goes --- src/cpp/ripple/NetworkOPs.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/cpp/ripple/NetworkOPs.cpp b/src/cpp/ripple/NetworkOPs.cpp index d37b12442..3cb72514f 100644 --- a/src/cpp/ripple/NetworkOPs.cpp +++ b/src/cpp/ripple/NetworkOPs.cpp @@ -1604,6 +1604,9 @@ Json::Value NetworkOPs::transJson (const SerializedTransaction& stTxn, TER terRe jvObj["ledger_hash"] = lpCurrent->getHash ().ToString (); jvObj["transaction"]["date"] = lpCurrent->getCloseTimeNC (); jvObj["validated"] = true; + + // WRITEME: Put the account next seq here + } else {