Replace the use of hanko with public keys.

This commit is contained in:
Arthur Britto
2012-04-05 16:42:21 -07:00
parent 31f4b5335c
commit af800ffe14
7 changed files with 14 additions and 27 deletions

View File

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