commit e0cc70853e55fff7e7273aed270ea8a9417f92ef Author: juga0 juga@riseup.net Date: Tue Sep 25 09:00:06 2018 +0000
Fix identation in docstring --- sbws/lib/relaylist.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sbws/lib/relaylist.py b/sbws/lib/relaylist.py index aa197c0..58cae75 100644 --- a/sbws/lib/relaylist.py +++ b/sbws/lib/relaylist.py @@ -91,7 +91,8 @@ class Relay: """Obtain ed25519 master key of the relay in server descriptors.
:returns: str, the ed25519 master key base 64 encoded without - trailing '='s. + trailing '='s. + """ # Even if this key is called master-key-ed25519 in dir-spec.txt, # it seems that stem parses it as ed25519_master_key
tor-commits@lists.torproject.org