Commit 96b13c7
committed
Fix
The `pk_len()` returned should account for the extra byte for the
OP_PUSH opcode. This is true for all the other contexts, but not for
`BareCtx`, so this commit fixes it.pk_len() for BareCtx
1 parent ce3ee07 commit 96b13c7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
739 | 739 | | |
740 | 740 | | |
741 | 741 | | |
742 | | - | |
| 742 | + | |
743 | 743 | | |
744 | | - | |
| 744 | + | |
745 | 745 | | |
746 | 746 | | |
747 | 747 | | |
| |||
0 commit comments