Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inner Transactions: Comment support #15

Open
gokselcoban opened this issue Nov 21, 2022 · 0 comments
Open

Inner Transactions: Comment support #15

gokselcoban opened this issue Nov 21, 2022 · 0 comments
Labels
enhancement Planned new feature or improvement

Comments

@gokselcoban
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Planned new feature or improvement
Projects
None yet
Development

No branches or pull requests

1 participant