-
Notifications
You must be signed in to change notification settings - Fork 110
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
message_data not optional parameter for QRL CLI bundled with node #1733
Comments
Click documentation https://click.palletsprojects.com/en/8.0.x/options/ prompt_required=False If the option has prompt enabled, then setting prompt_required=False tells Click to only show the prompt if the option’s flag is given, instead of if the option is not provided at all.
I tried the attempt above, however, i get this error.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When sending a transaction with the QRL CLI bundled with the node,
message_data
isn't an optional field.To Reproduce
Initiate a transfer without the message_data field.
results in a prompt for message data
Message data: |
After filling out the prompt, the transaction is successfully executed.
Expected behavior
Returned transaction information indicating a successful transfer without indicating message_data
Desktop (please complete the following information):
qrl --version
: QRL Command Line Interface, version 2.1.2 pythonThe text was updated successfully, but these errors were encountered: