tealish
tealish copied to clipboard
Inner Transactions: Comment support
The inner transaction block doesn't support comments.
Problem:
inner_txn:
# This is a comment
TypeEnum: Axfer
...
end
Possible workaround:
# This is a comment
inner_txn:
TypeEnum: Axfer
...
end