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 210593b commit c235f2aCopy full SHA for c235f2a
src/utils.ts
@@ -48,7 +48,7 @@ export async function recoverSignerAddress<T>(
48
signature: Hex
49
): Promise<Hex> {
50
return await recoverMessageAddress({
51
- message: await deterministicKeccakHash(obj),
+ message: { raw: await deterministicKeccakHash(obj) },
52
signature,
53
});
54
}
0 commit comments