From 360b464a08ac42a9a249b34c1a780ada2d4f610a Mon Sep 17 00:00:00 2001 From: Jim Posen Date: Tue, 15 Aug 2017 17:55:26 -0700 Subject: Comments: More comments on functions/globals in standard.h. --- src/script/standard.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/script/standard.cpp') 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 >& vSolutionsRet) { // Templates -- cgit v1.2.3