Skip to content

Commit c235f2a

Browse files
chore: ensure all wallets work (#42)
1 parent 210593b commit c235f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export async function recoverSignerAddress<T>(
4848
signature: Hex
4949
): Promise<Hex> {
5050
return await recoverMessageAddress({
51-
message: await deterministicKeccakHash(obj),
51+
message: { raw: await deterministicKeccakHash(obj) },
5252
signature,
5353
});
5454
}

0 commit comments

Comments
 (0)