From 897dd9038a2b14faf879e4db8d2a08539be82877 Mon Sep 17 00:00:00 2001 From: krystal <56278409+theekrystallee@users.noreply.github.com> Date: Thu, 14 May 2026 11:01:40 -0700 Subject: [PATCH] fixed deployment errors Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com> --- hedera/core-concepts/fee-model.mdx | 1 - openapi.yaml | 2 -- 2 files changed, 3 deletions(-) diff --git a/hedera/core-concepts/fee-model.mdx b/hedera/core-concepts/fee-model.mdx index 28194932..d413a6ce 100644 --- a/hedera/core-concepts/fee-model.mdx +++ b/hedera/core-concepts/fee-model.mdx @@ -373,5 +373,4 @@ If `free` is `true`, `baseFee` and `extras` are ignored during calculation but m The fee collection account model that Simple Fees depends on. - \ No newline at end of file diff --git a/openapi.yaml b/openapi.yaml index ee538dba..7671b54d 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -941,8 +941,6 @@ paths: schema: format: binary type: string - description: A protobuf encoded HAPI Transaction - required: true responses: 200: description: OK