diff options
| author | Jim Posen <[email protected]> | 2017-08-15 17:55:26 -0700 |
|---|---|---|
| committer | Jim Posen <[email protected]> | 2017-08-18 14:45:08 -0700 |
| commit | 360b464a08ac42a9a249b34c1a780ada2d4f610a (patch) | |
| tree | 435784e2e9fe7517d5cd88d8610faba3a461fa30 /src/script/standard.cpp | |
| parent | Merge #10952: [wallet] Remove vchDefaultKey and have better first run detection (diff) | |
| download | discoin-360b464a08ac42a9a249b34c1a780ada2d4f610a.tar.xz discoin-360b464a08ac42a9a249b34c1a780ada2d4f610a.zip | |
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 0f720d9e7..2aed39392 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 |