Fix wallet table creation.

This commit is contained in:
Arthur Britto
2012-03-21 14:36:46 -07:00
parent 091dada531
commit 69d492f4e5

View File

@@ -60,7 +60,7 @@ const char *WalletDBInit[] = {
"CREATE TABLE NodeIdentity ( \
PublicKey CHARACTER(53), \
PrivateKey CHARACTER(52) \
);"
);",
"CREATE TABLE TrustedNodes ( \
Hanko CHARACTER(35) PRIMARY KEY, \
PublicKey CHARACTER(53), \