mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-04 10:45:50 +00:00
Correct typo in comment
This commit is contained in:
committed by
Nik Bougalis
parent
4fad421c8a
commit
11be30dd40
@@ -178,7 +178,7 @@ STTx::checkSign(RequireFullyCanonicalSig requireCanonicalSig) const
|
||||
try
|
||||
{
|
||||
// Determine whether we're single- or multi-signing by looking
|
||||
// at the SigningPubKey. It it's empty we must be
|
||||
// at the SigningPubKey. If it's empty we must be
|
||||
// multi-signing. Otherwise we're single-signing.
|
||||
Blob const& signingPubKey = getFieldVL(sfSigningPubKey);
|
||||
ret = signingPubKey.empty() ? checkMultiSign(requireCanonicalSig)
|
||||
|
||||
Reference in New Issue
Block a user