accounts: fix go vet warnings

This commit is contained in:
Felix Lange
2016-03-03 00:46:56 +01:00
parent 85e6c40c00
commit 4e6d8b348d
3 changed files with 5 additions and 5 deletions

View File

@ -120,7 +120,7 @@ func TestSignRace(t *testing.T) {
}
if err := am.TimedUnlock(a1.Address, "", 15*time.Millisecond); err != nil {
t.Fatalf("could not unlock the test account", err)
t.Fatal("could not unlock the test account", err)
}
end := time.Now().Add(500 * time.Millisecond)
for time.Now().Before(end) {