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.
$ qrl tx_transfer --src 0 --dsts Q010600cea6ad85212aaa60d424413975c6c936f0b687382a6d947503491368310de4ed4fe33ec7 --amounts 0.05 --fee 0 --ots_key_index 4
results in a prompt for 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):
- OS: Ubuntu 18.04.5 (Bionic Beaver)
- Konsole/bash
qrl --version: QRL Command Line Interface, version 2.1.2 python