mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove unused NodeIdentity table fields
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user