Merge branch 'master' of github.com:jedmccaleb/NewCoin

This commit is contained in:
jatchili
2013-04-04 15:31:19 -07:00

View File

@@ -25,7 +25,7 @@ const char *TxnDBInit[] = {
"CREATE TABLE AccountTransactions ( \
TransID CHARACTER(64), \
Account CHARACTER(64), \
LedgerSeq BIGINT UNSIGNED \
LedgerSeq BIGINT UNSIGNED, \
TxnSeq INTEGER \
);",
"CREATE INDEX AcctTxIDIndex ON \