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 bd291e0 commit 422e9b0Copy full SHA for 422e9b0
src/aleph/sdk/wallets/ledger/ethereum.py
@@ -84,7 +84,7 @@ async def sign_message(self, message: Dict) -> Dict:
84
85
# TODO: Check why the code without a wallet uses `encode_defunct`.
86
msghash: bytes = get_verification_buffer(message)
87
- sig: SignedMessage = sign_message(msghash, dongle=self._device)
+ sig: SignedMessage = sign_message(msghash, dongle=self._device, sender_path=self._account.path)
88
89
signature: HexStr = sig.signature
90
0 commit comments