mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
core/types: add sigHash to txdata
This commit is contained in:
parent
8b5ebf47c7
commit
4524162004
1 changed files with 0 additions and 3 deletions
|
|
@ -593,6 +593,3 @@ func BenchmarkHash(b *testing.B) {
|
||||||
signer.Hash(tx)
|
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
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue