mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Efficiently save validations.
This commit is contained in:
@@ -55,6 +55,11 @@ uint32 SerializedValidation::getCloseTime() const
|
||||
return getValueFieldU32(sfCloseTime);
|
||||
}
|
||||
|
||||
uint32 SerializedValidation::getFlags() const
|
||||
{
|
||||
return getValueFieldU32(sfFlags);
|
||||
}
|
||||
|
||||
bool SerializedValidation::isValid() const
|
||||
{
|
||||
return isValid(getSigningHash());
|
||||
|
||||
Reference in New Issue
Block a user