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:
@@ -37,7 +37,7 @@ void printHelp()
|
||||
cout << " stop" << endl;
|
||||
cout << " tx" << endl;
|
||||
cout << " unl_add <public> [<comment>]" << endl;
|
||||
cout << " unl_delete <hanko>" << endl;
|
||||
cout << " unl_delete <public_key>" << endl;
|
||||
cout << " unl_list" << endl;
|
||||
cout << " unl_reset" << endl;
|
||||
cout << " unlock <passphrase>" << endl;
|
||||
|
||||
Reference in New Issue
Block a user