Skip to content

Commit 828fc56

Browse files
committed
commands: version_info: include openssl version
1 parent d17bb01 commit 828fc56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

electrum/commands.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,8 @@ async def version_info(self):
806806
ret["certifi.version"] = certifi.__version__
807807
import dns
808808
ret["dnspython.version"] = dns.__version__
809+
import ssl
810+
ret["openssl.version"] = ssl.OPENSSL_VERSION
809811

810812
return ret
811813

0 commit comments

Comments
 (0)