mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 13:35:54 +00:00
Grr.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user