mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Merge branch 'master' of github.com:jedmccaleb/NewCoin
This commit is contained in:
@@ -349,14 +349,17 @@ void LedgerEntrySet::calcRawMeta(Serializer& s)
|
||||
switch (it->second.mAction)
|
||||
{
|
||||
case taaMODIFY:
|
||||
Log(lsTRACE) << "Modified Node " << it->first;
|
||||
nType = TMNModifiedNode;
|
||||
break;
|
||||
|
||||
case taaDELETE:
|
||||
Log(lsTRACE) << "Deleted Node " << it->first;
|
||||
nType = TMNDeletedNode;
|
||||
break;
|
||||
|
||||
case taaCREATE:
|
||||
Log(lsTRACE) << "Created Node " << it->first;
|
||||
nType = TMNCreatedNode;
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user