Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/libs/eip191.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function getPubkeyFromEthSignatures(rawMsg: Uint8Array, sigResult: string
// On ETHland pubkeys are recovered from signatures, so we're going to:
// 1. sign something
// 2. recover the pubkey from the signature
// 3. derive a secret address from the the pubkey
// 3. derive a secret address from the pubkey

// strip leading 0x and extract recovery id
const sig = fromHex(sigResult.slice(2, -2));
Expand Down