Changes to support threading through account roots, offers, and ripple state nodes.

Fix tracking the last transaction signed by an account.
This commit is contained in:
JoelKatz
2012-08-20 13:45:58 -07:00
parent a99f814c20
commit 68b044ddde
6 changed files with 17 additions and 5 deletions

View File

@@ -63,6 +63,7 @@ enum SOE_Field
sfInvoiceID,
sfLastNode,
sfLastReceive,
sfLastSignedSeq,
sfLastTxnID,
sfLastTxnSeq,
sfLedgerHash,