mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-05 03:24:14 -05:00
@@ -807,7 +807,7 @@ func TestMultipleValidatorStatus_Pubkeys(t *testing.T) {
|
||||
assert.Equal(t, len(pubKeys), len(response.Statuses))
|
||||
for i, resp := range response.Statuses {
|
||||
if !proto.Equal(want[i], resp) {
|
||||
t.Fatalf("Wanted %v\n Recieved: %v\n", want[i], resp)
|
||||
t.Fatalf("Wanted %v\n Received: %v\n", want[i], resp)
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -902,7 +902,7 @@ func TestMultipleValidatorStatus_Indices(t *testing.T) {
|
||||
assert.Equal(t, len(beaconState.Validators), len(response.Statuses))
|
||||
for i, resp := range response.Statuses {
|
||||
if !proto.Equal(want[i], resp) {
|
||||
t.Fatalf("Wanted %v\n Recieved: %v\n", want[i], resp)
|
||||
t.Fatalf("Wanted %v\n Received: %v\n", want[i], resp)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -182,7 +182,7 @@ set "processargs=!processargs:*%1=!" & REM remove process from the list of argum
|
||||
echo PRYSM_autorestart is set, restarting
|
||||
GOTO autorestart
|
||||
) else (
|
||||
echo an error has occured, set PRYSM_AUTORESTART=1 to automatically restart
|
||||
echo an error has occurred, set PRYSM_AUTORESTART=1 to automatically restart
|
||||
)
|
||||
|
||||
:end
|
||||
|
||||
Reference in New Issue
Block a user