mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 14:35:52 +00:00
Small cleanup.
This commit is contained in:
@@ -89,8 +89,7 @@ STObject& TransactionMetaSet::getAffectedNode(SLE::ref node, SField::ref type)
|
||||
if (it.getFieldH256(sfLedgerIndex) == index)
|
||||
return it;
|
||||
}
|
||||
|
||||
mNodes.push_back(STObject(sfModifiedNode));
|
||||
mNodes.push_back(STObject(type));
|
||||
STObject& obj = mNodes.back();
|
||||
|
||||
assert(obj.getFName() == type);
|
||||
|
||||
Reference in New Issue
Block a user