mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Replace the use of hanko with public keys.
This commit is contained in:
@@ -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 \
|
||||
);"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user