PrevUpHomeNext

ValStatus

Status of newly received validation.

Synopsis
enum ValStatus

Values

Name

Description

current

This was a new validation and was added.

repeat

Already had this exact same validation.

stale

Not current or was older than current from this node.

badFullSeq

A validation was marked full but it violates increasing seq requirement.

Description
Header

#include <ripple/consensus/Validations.h>


PrevUpHomeNext