-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Using tealish format converts the following code in wrong way
To Reproduce
bytes frc_proofs = Txn.ApplicationArgs[4]
bytes rewards_proof = extract((index * 32), 32, frc_proofs)
with something with this run
tealish format approval.tl
and outputs this
bytes frc_proofs = Txn.ApplicationArgs[4]
bytes rewards_proof = extract(<tealish.expression_nodes.Group object at 0x7f8a4e7ec790> 32, frc_proofs)Expected behavior
Just format the code not change the code
1m1-github
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working