We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c139d8 commit d273303Copy full SHA for d273303
src/aleph/sdk/chains/cosmos.py
@@ -74,6 +74,7 @@ async def sign_raw(self, buffer: bytes) -> bytes:
74
return base64.b64encode(signature_compact)
75
76
def get_address(self) -> str:
77
+ # WARNING: Fails with OpenSSL >= 3.2.0 due to deprecation of ripemd160
78
return privkey_to_address(self.private_key)
79
80
def get_public_key(self) -> str:
0 commit comments