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