Change temDST_TAG_NEEDED to tefDST_TAG_NEEDED.

This commit is contained in:
Arthur Britto
2013-04-24 20:02:21 -07:00
parent c413ba8371
commit 59f97ff3b5
3 changed files with 3 additions and 3 deletions

View File

@@ -146,7 +146,7 @@ TER PaymentTransactor::doApply()
{
cLog(lsINFO) << "Payment: Malformed transaction: DestinationTag required.";
return temDST_TAG_NEEDED;
return tefDST_TAG_NEEDED;
}
else
{