Skip to content

Commit d273303

Browse files
committed
warn about ripemd160 deprecation
1 parent 2c139d8 commit d273303

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/aleph/sdk/chains/cosmos.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ async def sign_raw(self, buffer: bytes) -> bytes:
7474
return base64.b64encode(signature_compact)
7575

7676
def get_address(self) -> str:
77+
# WARNING: Fails with OpenSSL >= 3.2.0 due to deprecation of ripemd160
7778
return privkey_to_address(self.private_key)
7879

7980
def get_public_key(self) -> str:

0 commit comments

Comments
 (0)