commit fa59e991609a61fd1a0770d8fb5c73f744a36ece Author: juga0 juga@riseup.net Date: Mon Feb 24 14:10:12 2020 +0000
fix: v3bwfile: Add comment about bwlines v1.3
Part of #30196. --- sbws/lib/v3bwfile.py | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/sbws/lib/v3bwfile.py b/sbws/lib/v3bwfile.py index 0826127..7805fe2 100644 --- a/sbws/lib/v3bwfile.py +++ b/sbws/lib/v3bwfile.py @@ -192,6 +192,8 @@ BWLINE_KEYS_V1_2 = [ "consensus_bandwidth_is_unmeasured", ]
+# There were no bandwidth lines key added in the specification version 1.3 + # Added in #292951 BWLINE_KEYS_V1_4 = [ # 1.2 relay: the number of different consensuses, that sbws has seen,
tor-commits@lists.torproject.org