forked from cerc-io/plugeth
cmd: fix typos (#28798)
This commit is contained in:
parent
6e235c0833
commit
ae4ea047e3
@ -497,7 +497,7 @@ func FindnodeAmplificationWrongIP(t *utesting.T) {
|
|||||||
// If we receive a NEIGHBORS response, the attack worked and the test fails.
|
// If we receive a NEIGHBORS response, the attack worked and the test fails.
|
||||||
reply, _, _ := te.read(te.l2)
|
reply, _, _ := te.read(te.l2)
|
||||||
if reply != nil {
|
if reply != nil {
|
||||||
t.Error("Got NEIGHORS response for FINDNODE from wrong IP")
|
t.Error("Got NEIGHBORS response for FINDNODE from wrong IP")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -188,7 +188,7 @@ func Transition(ctx *cli.Context) error {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
// Dump the excution result
|
// Dump the execution result
|
||||||
collector := make(Alloc)
|
collector := make(Alloc)
|
||||||
s.DumpToCollector(collector, nil)
|
s.DumpToCollector(collector, nil)
|
||||||
return dispatchOutput(ctx, baseDir, result, collector, body)
|
return dispatchOutput(ctx, baseDir, result, collector, body)
|
||||||
|
Loading…
Reference in New Issue
Block a user