mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 18:30:45 +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 {
|
type testcase struct {
|
||||||
origin string
|
origin string
|
||||||
salt string
|
salt string
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue