Change ledger logic to hold total coins in existence, not fees.

This commit is contained in:
JoelKatz
2012-04-30 11:31:10 -07:00
parent f05b88d459
commit 5284107cdb
5 changed files with 34 additions and 37 deletions

View File

@@ -28,7 +28,7 @@ const char *LedgerDBInit[] = {
LedgerHash CHARACTER(64) PRIMARY KEY, \
LedgerSeq BIGINT UNSIGNED, \
PrevHash CHARACTER(64), \
FeeHeld BIGINT UNSIGNED, \
TotalCoins BIGINT UNSIGNED, \
ClosingTime BIGINT UNSINGED, \
AccountSetHash CHARACTER(64), \
TransSetHash CHARACTER(64) \