Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
m-aboelenein committed Jul 16, 2024
1 parent 4ce10f2 commit bff2d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/request/types/ordinalsMethods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const SendInscriptionsResultSchema = v.object({
export const SendInscriptionsSchema = v.object({
...rpcRequestMessageSchema.entries,
...v.object({
method: v.literal(getInscriptionsMethodName),
method: v.literal(SendInscriptionsMethodName),
params: SendInscriptionsParamsSchema,
id: v.string(),
}).entries,
Expand Down

0 comments on commit bff2d1e

Please sign in to comment.