mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 09:23:48 +00:00
whisper: aesnonce: fix call to fatalf
This commit is contained in:
parent
d13bbc82c6
commit
a340851ea0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue