mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Make this compile.
This commit is contained in:
@@ -267,6 +267,7 @@ TransactionMetaNode& TransactionMetaSet::modifyNode(const uint256& node)
|
||||
return mNodes.insert(std::make_pair(node, TransactionMetaNode(node))).first->second;
|
||||
}
|
||||
|
||||
#if 0
|
||||
void TransactionMetaSet::threadNode(const uint256& node, const uint256& prevTx, uint32 prevLgr)
|
||||
{
|
||||
modifyNode(node).thread(prevTx, prevLgr);
|
||||
@@ -282,3 +283,4 @@ void TransactionMetaSet::deleteUnfunded(const uint256& nodeID,
|
||||
else
|
||||
node.addNode(new TMNEUnfunded(firstBalance, secondBalance));
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user