mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove all IField/ITField functions. They are now obsolete.
Use the correponding STObject functions.
This commit is contained in:
@@ -131,15 +131,6 @@ void SerializedTransaction::setSourceAccount(const NewcoinAddress& naSource)
|
||||
setValueFieldAccount(sfAccount, naSource);
|
||||
}
|
||||
|
||||
uint160 SerializedTransaction::getITFieldAccount(SField::ref field) const
|
||||
{
|
||||
uint160 r;
|
||||
const STAccount* ac = dynamic_cast<const STAccount*>(peekAtPField(field));
|
||||
if (ac)
|
||||
ac->getValueH160(r);
|
||||
return r;
|
||||
}
|
||||
|
||||
Json::Value SerializedTransaction::getJson(int options) const
|
||||
{
|
||||
Json::Value ret = STObject::getJson(0);
|
||||
|
||||
Reference in New Issue
Block a user