Allow listing ed25519 fingerprints on the command line

This commit is contained in:
Neel Chauhan
2020-10-20 16:13:26 -07:00
committed by David Goulet
parent 3900b19379
commit 1588767e65
4 changed files with 41 additions and 10 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor features (relay fingerprint, command line):
- Allow a relay operator to list the ed25519 keys on the command line
by adding the `rsa` and `ed25519` arguments to the --list-fingerprint
flag to show the respective RSA and ed25519 relay fingerprint. Closes
ticket 33632. Patch by Neel Chauhan.