|
|
@ -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; |
|
|
|