whisper: aesnonce: fix call to fatalf

This commit is contained in:
Guillaume Ballet 2017-12-05 12:43:38 +01:00 committed by Felix Lange
parent d13bbc82c6
commit a340851ea0

View file

@ -238,7 +238,7 @@ func TestInstallFilterWithSymAndAsymKeys(t *testing.T) {
asymKey, err := crypto.GenerateKey() asymKey, err := crypto.GenerateKey()
if err != nil { if err != nil {
t.Fatalf("Unable to create asymetric keys", err) t.Fatalf("Unable to create asymetric keys: %d", err)
} }
// Copy the first filter since some of its fields // Copy the first filter since some of its fields