Comments: More comments on functions/globals in standard.h.

This commit is contained in:
Jim Posen
2017-08-15 17:55:26 -07:00
parent 262167393d
commit 360b464a08
2 changed files with 58 additions and 7 deletions

View File

@@ -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