This commit is contained in:
JoelKatz
2013-03-01 01:21:03 -08:00
parent e9ad3562fb
commit 40dbdfedaf

View File

@@ -118,7 +118,7 @@ bool Transaction::checkSign() const
{
if (!mFromPubKey.isValid())
{
cLog(lsWARNING) << "Transaction has bad source public key";
Log(lsWARNING) << "Transaction has bad source public key";
return false;
}
return mTransaction->checkSign(mFromPubKey);