mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove STValidation::getFlags:
The function is non-virtual and hides the virtual function specified in the base class. Falling back to the virtual function in the base class is the correct solution.
This commit is contained in:
@@ -92,11 +92,6 @@ NetClock::time_point STValidation::getSeenTime () const
|
||||
return mSeen;
|
||||
}
|
||||
|
||||
std::uint32_t STValidation::getFlags () const
|
||||
{
|
||||
return getFieldU32 (sfFlags);
|
||||
}
|
||||
|
||||
bool STValidation::isValid () const
|
||||
{
|
||||
return isValid (getSigningHash ());
|
||||
|
||||
Reference in New Issue
Block a user