mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-24 23:50:22 +00:00
fix merge error
This commit is contained in:
@@ -453,7 +453,7 @@ STData::getJson(JsonOptions options) const
|
||||
STBase*
|
||||
STData::makeFieldPresent()
|
||||
{
|
||||
STBase const* f = &data_.get(); // getPIndex(index);
|
||||
STBase* f = &data_.get(); // getPIndex(index);
|
||||
|
||||
if (f->getSType() != STI_NOTPRESENT)
|
||||
return f;
|
||||
|
||||
Reference in New Issue
Block a user