From d8430563c121e8800f2b1df819b65bd7f719fc27 Mon Sep 17 00:00:00 2001 From: Ryan Schneider Date: Fri, 17 Feb 2023 13:47:43 -0800 Subject: [PATCH] EIP-4895: Withdrawal recipient to address --- src/schemas/withdrawal.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/schemas/withdrawal.yaml b/src/schemas/withdrawal.yaml index d6ebe447e..d6e74f401 100644 --- a/src/schemas/withdrawal.yaml +++ b/src/schemas/withdrawal.yaml @@ -13,8 +13,8 @@ Withdrawal: validatorIndex: title: index of validator that generated withdrawal $ref: '#/components/schemas/uint64' - recipient: - title: recipient for withdrawal value + address: + title: recipient address for withdrawal value $ref: '#/components/schemas/address' amount: title: value contained in withdrawal