mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 01:13:45 +00:00
whisper: quell PR #15578 warnings
This commit is contained in:
parent
ab3763c279
commit
8315701538
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ func TestInstallFilterWithSymAndAsymKeys(t *testing.T) {
|
|||
|
||||
asymKey, err := crypto.GenerateKey()
|
||||
if err != nil {
|
||||
t.Fatalf("Unable to create asymetric keys: %d", err)
|
||||
t.Fatalf("Unable to create asymetric keys: %v", err)
|
||||
}
|
||||
|
||||
// Copy the first filter since some of its fields
|
||||
|
|
|
|||
Loading…
Reference in a new issue