Remove sequence from AccountFields

This commit is contained in:
Chris Clark
2015-07-15 15:49:05 -07:00
parent c36567e062
commit 529a55efb0
7 changed files with 11 additions and 14 deletions

View File

@@ -62,8 +62,7 @@ function parseOutcome(tx: Object): ?Object {
balanceChanges: balanceChanges,
orderbookChanges: orderbookChanges,
ledgerVersion: tx.ledger_index,
indexInLedger: tx.meta.TransactionIndex,
sequence: tx.Sequence
indexInLedger: tx.meta.TransactionIndex
};
}