This commit is contained in:
David Schwartz
2013-07-24 21:18:15 -07:00
parent 080f4ef789
commit 492e61649b

View File

@@ -691,6 +691,7 @@ TER LedgerEntrySet::dirAdd (
sleNode = entryCreate (ltDIR_NODE, Ledger::getDirNodeIndex (uRootIndex, uNodeDir));
sleNode->setFieldU64 (sfIndexPrevious, uNodeDir - 1);
sleNode->setFieldH256 (sfRootIndex, uRootIndex);
entryModify (sleNode);
fDescriber (sleNode);
svIndexes = STVector256 ();