Remove unused NodeIdentity table fields

This commit is contained in:
Nik Bougalis
2015-06-11 17:11:14 -07:00
parent 3aebabce3d
commit a16c07c78a
5 changed files with 103 additions and 113 deletions

View File

@@ -116,9 +116,7 @@ const char* WalletDBInit[] =
"CREATE TABLE IF NOT EXISTS NodeIdentity ( \
PublicKey CHARACTER(53), \
PrivateKey CHARACTER(52), \
Dh512 TEXT, \
Dh1024 TEXT \
PrivateKey CHARACTER(52) \
);",
// Miscellaneous persistent information