mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 15:19:07 +01:00
Comments: More comments on functions/globals in standard.h.
This commit is contained in:
@@ -34,9 +34,6 @@ const char* GetTxnOutputType(txnouttype t)
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return public keys or hashes from scriptPubKey, for 'standard' transaction types.
|
||||
*/
|
||||
bool Solver(const CScript& scriptPubKey, txnouttype& typeRet, std::vector<std::vector<unsigned char> >& vSolutionsRet)
|
||||
{
|
||||
// Templates
|
||||
|
||||
Reference in New Issue
Block a user