Browse Source

Fixed standard.cpp compilation.

cn
Jianping Wu 6 years ago
parent
commit
194323ed89
  1. 1
      src/script/standard.cpp

1
src/script/standard.cpp

@ -101,7 +101,6 @@ bool Solver(const CScript& scriptPubKey, txnouttype& typeRet, std::vector<std::v @@ -101,7 +101,6 @@ bool Solver(const CScript& scriptPubKey, txnouttype& typeRet, std::vector<std::v
}
// Scan templates
const CScript& script1 = scriptPubKey;
for (const std::pair<txnouttype, CScript>& tplate : mTemplates)
{
const CScript& script2 = tplate.second;

Loading…
Cancel
Save