wormchain: wormhole: Remove nullify call in test

This was overwriting the generated keys and addresses.
This commit is contained in:
Chirantan Ekbote 2022-08-23 17:16:11 +09:00 committed by Chirantan Ekbote
parent 8f70fd1719
commit b5ab6a8833
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ func networkWithGuardianValidatorObjects(t *testing.T, n int) (*network.Network,
GuardianKey: []byte(strconv.Itoa(i)),
ValidatorAddr: []byte(strconv.Itoa(i)),
}
nullify.Fill(&guardianValidator)
state.GuardianValidatorList = append(state.GuardianValidatorList, guardianValidator)
}
buf, err := cfg.Codec.MarshalJSON(&state)