From 3875127e97e627f937c2e74b959b026eebdb295a Mon Sep 17 00:00:00 2001 From: Sahil-4555 Date: Sat, 27 Sep 2025 09:11:00 +0530 Subject: [PATCH] revert changes for has0xprefix func --- consensus/misc/eip4844/eip4844.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consensus/misc/eip4844/eip4844.go b/consensus/misc/eip4844/eip4844.go index faeb696e22..e14d129561 100644 --- a/consensus/misc/eip4844/eip4844.go +++ b/consensus/misc/eip4844/eip4844.go @@ -215,4 +215,4 @@ func fakeExponential(factor, numerator, denominator *big.Int) *big.Int { accum.Div(accum, big.NewInt(int64(i))) } return output.Div(output, denominator) -} \ No newline at end of file +}