Fixed standard.cpp compilation.

This commit is contained in:
Jianping Wu 2018-10-30 15:06:08 -07:00
parent fc89f653c8
commit 214b4b0bac

View File

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