From bff2d1ed7c88a6b1e9941aa2d7391208953d33e4 Mon Sep 17 00:00:00 2001 From: Mahmoud Aboelenein Date: Wed, 17 Jul 2024 01:18:23 +0300 Subject: [PATCH] fix typo --- src/request/types/ordinalsMethods.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/request/types/ordinalsMethods.ts b/src/request/types/ordinalsMethods.ts index b2dab72..fff6b42 100644 --- a/src/request/types/ordinalsMethods.ts +++ b/src/request/types/ordinalsMethods.ts @@ -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,