From 724a74e9f1a4f332d00c5383034ff2013b618055 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Tue, 13 Dec 2011 12:18:15 -0800 Subject: [PATCH] Whitespace fix --- SQLiteDatabases.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQLiteDatabases.sql b/SQLiteDatabases.sql index 4cafa40c2..aa8843f9c 100644 --- a/SQLiteDatabases.sql +++ b/SQLiteDatabases.sql @@ -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 );