mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
core/vm: fix typo (#1963)
This commit is contained in:
parent
bd42edee0b
commit
3ce9a1980a
1 changed files with 1 additions and 1 deletions
|
|
@ -633,7 +633,7 @@ func BenchmarkOpKeccak256(bench *testing.B) {
|
|||
}
|
||||
}
|
||||
|
||||
func TestCreate2Addreses(t *testing.T) {
|
||||
func TestCreate2Addresses(t *testing.T) {
|
||||
type testcase struct {
|
||||
origin string
|
||||
salt string
|
||||
|
|
|
|||
Loading…
Reference in a new issue