This commit is contained in:
JoelKatz
2012-06-04 21:47:04 -07:00
parent d8ad2fcbb5
commit e685b8678c

View File

@@ -471,7 +471,7 @@ TransactionEngineResult TransactionEngine::applyTransaction(const SerializedTran
default:
if (!sleSrc->getIFieldPresent(sfAuthorizedKey))
{
std::cerr << "applyTransaction: Souce is an unclaimed account." << std::endl;
std::cerr << "applyTransaction: Source is an unclaimed account." << std::endl;
result = tenUNCLAIMED;
}