From 87aa20d3fc72a76ca13c45c152c782a553acf29f Mon Sep 17 00:00:00 2001 From: Marius van der Wijden Date: Tue, 25 Feb 2025 13:43:04 +0100 Subject: [PATCH] core/types: add sigHash to txdata --- core/types/transaction_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/types/transaction_test.go b/core/types/transaction_test.go index a999eff77f..8922448d97 100644 --- a/core/types/transaction_test.go +++ b/core/types/transaction_test.go @@ -593,6 +593,3 @@ func BenchmarkHash(b *testing.B) { signer.Hash(tx) } } - -// BenchmarkHash-8 440082 2639 ns/op 384 B/op 13 allocs/op -// BenchmarkHash-8 493566 2033 ns/op 240 B/op 6 allocs/op