Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timurnkey committed Oct 20, 2023
1 parent 5379d44 commit c71bac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/viem/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ async function signMessageImpl(
type: "ACTIVITY_TYPE_SIGN_RAW_PAYLOAD",
organizationId: organizationId,
parameters: {
privateKeyId: privateKeyId,
signWith: privateKeyId,
payload: message,
encoding: "PAYLOAD_ENCODING_HEXADECIMAL",
hashFunction: "HASH_FUNCTION_NO_OP",
Expand Down

0 comments on commit c71bac8

Please sign in to comment.