From 45821be50e08da6f90e935ff91bb571a9db4c825 Mon Sep 17 00:00:00 2001 From: Cal Bera Date: Thu, 19 Dec 2024 18:31:16 -0500 Subject: [PATCH] Update beacon/validator/block_builder.go Co-authored-by: Shota Ehrlich Signed-off-by: Cal Bera --- beacon/validator/block_builder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon/validator/block_builder.go b/beacon/validator/block_builder.go index 22be7f37a..e8f3078bc 100644 --- a/beacon/validator/block_builder.go +++ b/beacon/validator/block_builder.go @@ -323,7 +323,7 @@ func (s *Service[ var eth1Data *ctypes.Eth1Data body.SetEth1Data(eth1Data.New(deposits.HashTreeRoot(), 0, common.ExecutionHash{})) - // Set the just the block deposits (after current index) on the block body. + // Set just the block deposits (after current index) on the block body. if uint64(len(deposits)) < depositIndex { return errors.Wrapf(ErrDepositStoreIncomplete, "all historical deposits not available, expected: %d, got: %d",