mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 01:13:45 +00:00
cmd/ethkey: fix vet
This commit is contained in:
parent
5a5eb443d7
commit
709ebd4543
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ import (
|
|||
func TestMessageSignVerify(t *testing.T) {
|
||||
tmpdir, err := ioutil.TempDir("", "ethkey-test")
|
||||
if err != nil {
|
||||
t.Fatal("Can't create temporary directory: %v")
|
||||
t.Fatal("Can't create temporary directory:", err)
|
||||
}
|
||||
defer os.RemoveAll(tmpdir)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue