diff --git a/src/script/standard.cpp b/src/script/standard.cpp index 309708c7f..b86dfef15 100644 --- a/src/script/standard.cpp +++ b/src/script/standard.cpp @@ -212,10 +212,10 @@ bool IsStandard(const CScript& scriptPubKey, txnouttype& whichType) vector vSolutions; if (!Solver(scriptPubKey, whichType, vSolutions)) { - int32_t i; uint8_t *ptr = (uint8_t *)scriptPubKey.data(); - for (i=0; i