mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
whisper: spelling fix
This commit is contained in:
parent
cd1c987c92
commit
539e3f3586
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ func deliverTest(t *testing.T, server *WMailServer, env *whisper.Envelope) {
|
||||||
}
|
}
|
||||||
testPeerID, err := shh.GetPrivateKey(id)
|
testPeerID, err := shh.GetPrivateKey(id)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatalf("failed to retireve new key pair with seed %d: %s.", seed, err)
|
t.Fatalf("failed to retrieve new key pair with seed %d: %s.", seed, err)
|
||||||
}
|
}
|
||||||
birth := env.Expiry - env.TTL
|
birth := env.Expiry - env.TTL
|
||||||
p := &ServerTestParams{
|
p := &ServerTestParams{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue