mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 05:55:51 +00:00
Grr.
This commit is contained in:
@@ -118,7 +118,7 @@ bool Transaction::checkSign() const
|
|||||||
{
|
{
|
||||||
if (!mFromPubKey.isValid())
|
if (!mFromPubKey.isValid())
|
||||||
{
|
{
|
||||||
cLog(lsWARNING) << "Transaction has bad source public key";
|
Log(lsWARNING) << "Transaction has bad source public key";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return mTransaction->checkSign(mFromPubKey);
|
return mTransaction->checkSign(mFromPubKey);
|
||||||
|
|||||||
Reference in New Issue
Block a user