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
Sending some XRouter commands via wallet console requires the parameters to be uppercase eg: xrgetblockcount ltc fails, but xrgetblockcount LTC works as expected.
Given that all other console commands are case-insensitive, XRouter cmds should also be.
Env: Core wallet v4.3.3 public
To do:
check for XRouter cmds that are case-sensitive and change to case-insensitive ie: xrgetblockcount ltc or xrGetBlockCount LTC should both work.
QA:
all XRouter calls should work as expected despite the type case used.
The text was updated successfully, but these errors were encountered:
Scenario:
Sending some XRouter commands via wallet console requires the parameters to be uppercase eg:
xrgetblockcount ltc
fails, butxrgetblockcount LTC
works as expected.Given that all other console commands are case-insensitive, XRouter cmds should also be.
Env: Core wallet v4.3.3 public
To do:
xrgetblockcount ltc
orxrGetBlockCount LTC
should both work.QA:
The text was updated successfully, but these errors were encountered: