Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
aryzing committed Jun 14, 2024
1 parent d5fcc15 commit 19191f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/request/types/btcMethods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const signMessageResultSchema = z.object({
address: z.string(),
});
export const signMessageRequestMessageSchema = rpcRequestMessageSchema.extend({
method: z.literal(getAddressesMethodName),
method: z.literal(signMessageMethodName),
params: signMessageParamsSchema,
id: z.string(),
});
Expand Down

0 comments on commit 19191f0

Please sign in to comment.