mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 04:12:36 -03:00
parent
5df84de583
commit
8cbc5c4be4
1 changed files with 0 additions and 9 deletions
|
@ -615,15 +615,6 @@ public:
|
||||||
|
|
||||||
return nFound;
|
return nFound;
|
||||||
}
|
}
|
||||||
int Find(opcodetype op) const
|
|
||||||
{
|
|
||||||
int nFound = 0;
|
|
||||||
opcodetype opcode;
|
|
||||||
for (const_iterator pc = begin(); pc != end() && GetOp(pc, opcode);)
|
|
||||||
if (opcode == op)
|
|
||||||
++nFound;
|
|
||||||
return nFound;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Pre-version-0.6, Bitcoin always counted CHECKMULTISIGs
|
* Pre-version-0.6, Bitcoin always counted CHECKMULTISIGs
|
||||||
|
|
Loading…
Reference in a new issue