blocknet icon indicating copy to clipboard operation
blocknet copied to clipboard

XRouter calls should be case-insensitive

Open shrnkld opened this issue 4 years ago • 0 comments

Scenario:

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.

shrnkld avatar Nov 18 '21 10:11 shrnkld