Whitespace fix

This commit is contained in:
JoelKatz
2011-12-13 12:18:15 -08:00
parent c01707b0f4
commit 724a74e9f1

View File

@@ -75,7 +75,7 @@ CREATE TABLE LocalAccounts ( -- wallet
Seq BIGINT UNSIGNED, -- last transaction seen/issued
Balance BIGINT UNSIGNED,
LedgerSeq BIGINT UNSIGNED, -- ledger this balance is from
KeyFormat CHARACTER(1), -- can be encrypted
KeyFormat CHARACTER(1), -- can be encrypted
PrivateKey BLOB,
Comment TEXT
);