Status of newly received validation.
enum ValStatus
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. |
#include <ripple/consensus/Validations.h>