Fixes for path expansion.

This commit is contained in:
Arthur Britto
2012-11-12 14:40:42 -08:00
parent 95c590bef4
commit 42b37c8b1f
3 changed files with 112 additions and 66 deletions

View File

@@ -383,7 +383,7 @@ bool STAmount::setFullValue(const std::string& sAmount, const std::string& sCurr
// Stamps not must have an issuer.
if (mIsNative && !mIssuer.isZero())
{
Log(lsINFO) << "Issuer specified for stamps: " << sIssuer;
Log(lsINFO) << "Issuer specified for XRP: " << sIssuer;
return false;
}