mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
Fix comment typos in scriptpubkeyman.cpp, wallet.cpp, wallet.h
Fix comment typos: sigature -> signature ponter -> pointer it's key -> its key
This commit is contained in:
committed by
Dimitris Tsapakidis
parent
73b61717a9
commit
adb1714426
@@ -586,7 +586,7 @@ bool LegacyScriptPubKeyMan::CanProvide(const CScript& script, SignatureData& sig
|
||||
// or solving information, even if not able to sign fully.
|
||||
return true;
|
||||
} else {
|
||||
// If, given the stuff in sigdata, we could make a valid sigature, then we can provide for this script
|
||||
// If, given the stuff in sigdata, we could make a valid signature, then we can provide for this script
|
||||
ProduceSignature(*this, DUMMY_SIGNATURE_CREATOR, script, sigdata);
|
||||
if (!sigdata.signatures.empty()) {
|
||||
// If we could make signatures, make sure we have a private key to actually make a signature
|
||||
|
||||
Reference in New Issue
Block a user