We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3518b0b commit 8120056Copy full SHA for 8120056
data/transactions/logic/assembler.go
@@ -1246,11 +1246,6 @@ func (ops *OpStream) assemble(fin io.Reader) error {
1246
}
1247
1248
1249
- // if the version was not fixed above (because there were no opcodes), fix it now
1250
- if ops.Version == assemblerNoVersion {
1251
- ops.Version = AssemblerDefaultVersion
1252
- }
1253
-
1254
// backward compatibility: do not allow jumps behind last instruction in TEAL v1
1255
if ops.Version <= 1 {
1256
for label, dest := range ops.labels {
0 commit comments