diff options
author | Jim Posen <jimpo@coinbase.com> | 2017-08-15 17:55:26 -0700 |
---|---|---|
committer | Jim Posen <jimpo@coinbase.com> | 2017-08-18 14:45:08 -0700 |
commit | 360b464a08ac42a9a249b34c1a780ada2d4f610a (patch) | |
tree | 435784e2e9fe7517d5cd88d8610faba3a461fa30 /src/script/standard.cpp | |
parent | 262167393d05eb46b962cf0515a6dc73c4cec8ea (diff) |
Comments: More comments on functions/globals in standard.h.
Diffstat (limited to 'src/script/standard.cpp')
-rw-r--r-- | src/script/standard.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/script/standard.cpp b/src/script/standard.cpp index 0f720d9e76..2aed393921 100644 --- a/src/script/standard.cpp +++ b/src/script/standard.cpp @@ -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 |