You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using raptoreum-cli about, one could expect info about the raptoreum-cli RPC client (such as info about the client's version, build, etcetera). If such a command exists, Aliases could be handled more gracefully.
If it does not exist, then this missing or nonexistent command being used could be handled more gracefully.
Can you reliably reproduce the issue?
If so, please list the steps to reproduce below:
Run raptoreum-cli with the nonexistent alias/command about
eg. raptoreum-cli about
Observe output
Expected behaviour
Running raptoreum-cli about
should return
Command "about" not found.
See "raptoreum-cli help" for available commands
Actual behaviour
Running raptoreum-cli about
instead returns
main
error code: -32601
error message:
Method not found
Screenshots.
What version of Raptoreum Core are you using?
Raptoreum Core RPC client version v1.3.17.00-42174d8
The text was updated successfully, but these errors were encountered:
Describe the issue
When using
raptoreum-cli about
, one could expect info about the raptoreum-cli RPC client (such as info about the client's version, build, etcetera). If such a command exists, Aliases could be handled more gracefully.If it does not exist, then this missing or nonexistent command being used could be handled more gracefully.
Can you reliably reproduce the issue?
If so, please list the steps to reproduce below:
raptoreum-cli
with the nonexistent alias/commandabout
eg.
raptoreum-cli about
Expected behaviour
Running
raptoreum-cli about
should return
Actual behaviour
Running
raptoreum-cli about
instead returns
Screenshots.
What version of Raptoreum Core are you using?
Raptoreum Core RPC client version v1.3.17.00-42174d8
The text was updated successfully, but these errors were encountered: