Skip to content

Commit 31a4ac5

Browse files
author
Tristan Wilson
committed
Remove unused fn for linter
1 parent a8f2d07 commit 31a4ac5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

eth/catalyst/simulated_beacon_blob_provider.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,3 @@ func commitmentToVersionedHash(commitment kzg4844.Commitment) common.Hash {
7575
hash[0] = 1
7676
return hash
7777
}
78-
79-
func firstFewChars(s string) string {
80-
if len(s) < 9 {
81-
return fmt.Sprintf("\"%s\"", s)
82-
} else {
83-
return fmt.Sprintf("\"%s...\"", s[:8])
84-
}
85-
}

0 commit comments

Comments
 (0)