fn verify_packet(packet: &mut Packet, reject_non_vote: bool) -> bool
Expand description

Returns true if the signatrue on the packet verifies. Caller must do packet.set_discard(true) if this returns false.