Remove obsolete TERs in prep for ledger wipe.

This commit is contained in:
Arthur Britto
2012-12-24 16:06:50 -08:00
parent 6a8d31afd7
commit 7636e5f388
3 changed files with 3 additions and 7 deletions

View File

@@ -1819,7 +1819,7 @@ TER RippleCalc::calcNodeAccountRev(const unsigned int uNode, PathState& psCur, c
if (!saCurWantedAct)
{
// Must have processed something.
terResult = tepPATH_DRY;
terResult = tecPATH_DRY;
}
}
else
@@ -1852,7 +1852,7 @@ TER RippleCalc::calcNodeAccountRev(const unsigned int uNode, PathState& psCur, c
if (!saPrvDeliverAct)
{
// Must want something.
terResult = tepPATH_DRY;
terResult = tecPATH_DRY;
}
}
}