mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 23:20:33 +00:00
Merge commit '4eb34f3' into ripple/se/fees
This commit is contained in:
@@ -104,14 +104,10 @@ STValidation::isValid() const noexcept
|
||||
if (!valid_)
|
||||
{
|
||||
XRPL_ASSERT(
|
||||
publicKeyType(getSignerPublic()) == KeyType::secp256k1,
|
||||
"xrpl::STValidation::isValid : valid key type");
|
||||
publicKeyType(getSignerPublic()) == KeyType::secp256k1, "xrpl::STValidation::isValid : valid key type");
|
||||
|
||||
valid_ = verifyDigest(
|
||||
getSignerPublic(),
|
||||
getSigningHash(),
|
||||
makeSlice(getFieldVL(sfSignature)),
|
||||
getFlags() & vfFullyCanonicalSig);
|
||||
getSignerPublic(), getSigningHash(), makeSlice(getFieldVL(sfSignature)), getFlags() & vfFullyCanonicalSig);
|
||||
}
|
||||
|
||||
return valid_.value();
|
||||
|
||||
Reference in New Issue
Block a user