Skip to content

Commit 794a18c

Browse files
authored
swapping base64 modes to match the rest (#446)
1 parent 594e8e4 commit 794a18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyteal/ir/ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def min_version(self) -> int:
181181
acct_params_get = OpType("acct_params_get", Mode.Application, 6)
182182
replace2 = OpType("replace2", Mode.Signature | Mode.Application, 7)
183183
replace3 = OpType("replace3", Mode.Signature | Mode.Application, 7)
184-
base64_decode = OpType("base64_decode", Mode.Application | Mode.Signature, 7)
184+
base64_decode = OpType("base64_decode", Mode.Signature | Mode.Application, 7)
185185
json_ref = OpType("json_ref", Mode.Signature | Mode.Application, 7)
186186
ed25519verify_bare = OpType("ed25519verify_bare", Mode.Signature | Mode.Application, 7)
187187
sha3_256 = OpType("sha3_256", Mode.Signature | Mode.Application, 7)

0 commit comments

Comments
 (0)