Use correct opcode count

Code comment contains an off-by-one error, update it to the correct
value '61'.
This commit is contained in:
Tobin Harding 2022-03-10 06:42:09 +11:00
parent 337caad880
commit aaf587d320
1 changed files with 1 additions and 1 deletions

View File

@ -830,7 +830,7 @@ macro_rules! ordinary_opcode {
);
}
// "Ordinary" opcodes -- should be 60 of these
// "Ordinary" opcodes -- should be 61 of these
ordinary_opcode! {
// pushdata
OP_PUSHDATA1, OP_PUSHDATA2, OP_PUSHDATA4,