From 962fc5c447e83a2d401a2e4ce7321c1b8bb09ccc Mon Sep 17 00:00:00 2001 From: Dmitrii Shmatko Date: Sun, 24 Mar 2024 18:50:37 +0400 Subject: [PATCH] Minor mistyping in voluntary exits api description --- .../beacon/pool/{voluntary_exists.yaml => voluntary_exits.yaml} | 0 beacon-node-oapi.yaml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename apis/beacon/pool/{voluntary_exists.yaml => voluntary_exits.yaml} (100%) diff --git a/apis/beacon/pool/voluntary_exists.yaml b/apis/beacon/pool/voluntary_exits.yaml similarity index 100% rename from apis/beacon/pool/voluntary_exists.yaml rename to apis/beacon/pool/voluntary_exits.yaml diff --git a/beacon-node-oapi.yaml b/beacon-node-oapi.yaml index 4e6b8bdc..b9640ae3 100644 --- a/beacon-node-oapi.yaml +++ b/beacon-node-oapi.yaml @@ -128,7 +128,7 @@ paths: /eth/v1/beacon/pool/sync_committees: $ref: "./apis/beacon/pool/sync_committees.yaml" /eth/v1/beacon/pool/voluntary_exits: - $ref: "./apis/beacon/pool/voluntary_exists.yaml" + $ref: "./apis/beacon/pool/voluntary_exits.yaml" /eth/v1/beacon/pool/bls_to_execution_changes: $ref: "./apis/beacon/pool/bls_to_execution_changes.yaml"