This issue tracker is only for technical issues related to Raptoreum Core.
General Raptoreum questions and/or support requests and are best directed to the Raptoreum Discord.
To report critical security issues, DM the Core or Developer Teams instead of creating Github issues.
Describe the issue
The sendtoaddress cli command does not work except default send or simplest futures send. Anything else in this command does not seem to be working. There is no way to add comment, label, to subtract fee and other parameters that are AFTER futures in the command arguments.
Can you reliably reproduce the issue?
If so, please list the steps to reproduce below:
Launch wallet with daemon capabilities (server=1 with -qt)
Unlock wallet if needed (does not need to be unlocked for the error to actually show itself)
Try to send RTM with sendtoaddress without futures functionality, or with but with added comment or other option set to not default value. Example commands are in the first screenshot
Being able to set fields like comment, or false/true for the send to subtract fees from the sending amount.
Actual behaviour
It does not work.
You can execute simple sendtoaddress command like:
raptoreum-cli sendtoaddress "rrSVzNMxGHYX4XkZtFAYgMEyku8W9KTuCe" 10raptoreum-cli sendtoaddress "rrSVzNMxGHYX4XkZtFAYgMEyku8W9KTuCe" 20 "{\"future_maturity\":50, \"future_locktime\": -1}"
Adding anything that would be AFTER futures, or skipping it like in the help example does not work and results in error: Error parsing JSON:
Screenshots.
Using just [] in zsh
What version of Raptoreum Core are you using?
1.3.17.05 - official
1.3.17.06 - official
1.3.17.06 - self compiled
2.0.2.99 - (did not check myself but had reports it is the same)
This issue tracker is only for technical issues related to Raptoreum Core.
General Raptoreum questions and/or support requests and are best directed to the Raptoreum Discord.
To report critical security issues, DM the Core or Developer Teams instead of creating Github issues.
Describe the issue
The
sendtoaddress
cli command does not work except default send or simplest futures send. Anything else in this command does not seem to be working. There is no way to add comment, label, to subtract fee and other parameters that are AFTER futures in the command arguments.Can you reliably reproduce the issue?
If so, please list the steps to reproduce below:
sendtoaddress
without futures functionality, or with but with added comment or other option set to not default value. Example commands are in the first screenshotExpected behaviour
Being able to set fields like comment, or false/true for the send to subtract fees from the sending amount.
Actual behaviour
It does not work. You can execute simple sendtoaddress command like:
raptoreum-cli sendtoaddress "rrSVzNMxGHYX4XkZtFAYgMEyku8W9KTuCe" 10
raptoreum-cli sendtoaddress "rrSVzNMxGHYX4XkZtFAYgMEyku8W9KTuCe" 20 "{\"future_maturity\":50, \"future_locktime\": -1}"
Adding anything that would be AFTER futures, or skipping it like in the help example does not work and results inerror: Error parsing JSON:
Screenshots.
Using just [] in zsh
What version of Raptoreum Core are you using?