From c14f80045e32b319e30a32fb791fafab680c63b2 Mon Sep 17 00:00:00 2001 From: Miles <2627273987@qq.com> Date: Mon, 4 Mar 2024 18:01:28 +0800 Subject: [PATCH] Fix issue --- pkg/rpc/methods.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/rpc/methods.go b/pkg/rpc/methods.go index f32485e0c..152805afc 100644 --- a/pkg/rpc/methods.go +++ b/pkg/rpc/methods.go @@ -34,7 +34,7 @@ var ( defaultWaitL1OriginTimeout = 3 * time.Minute defaultMaxTransactionsPerBlock = uint64(149) - // Requset urls. + // Request urls. sidecarsRequestURL = "eth/v1/beacon/blob_sidecars/%d" )