diff --git a/src/script/standard.cpp b/src/script/standard.cpp index a85e29715..fde836154 100644 --- a/src/script/standard.cpp +++ b/src/script/standard.cpp @@ -214,10 +214,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