mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-06 02:07:07 +00:00
use sfSponsorSignature
This commit is contained in:
@@ -705,13 +705,6 @@ STObject::getFieldArray(SField const& field) const
|
||||
return getFieldByConstRef<STArray>(field, empty);
|
||||
}
|
||||
|
||||
STObject const&
|
||||
STObject::getFieldObject(SField const& field) const
|
||||
{
|
||||
static STObject const empty(field);
|
||||
return getFieldByConstRef<STObject>(field, empty);
|
||||
}
|
||||
|
||||
STCurrency const&
|
||||
STObject::getFieldCurrency(SField const& field) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user