CTID in tx command returns invalidParams on lowercase hex #4776
Labels
API Change
Bug
Clio Reviewed
Good First Issue
Great issue for a new contributor
Trivial
Simple change with minimal effect, or already tested. Only needs one approval.
Issue Description
The
ctid
field of thetx
command, added in #4418, does not work if the given CTID contains lowercase hex.Steps to Reproduce
Send this request to a rippled 1.12 server.
Expected Result
Request should successfully find transaction E08D6E9754025BA2534A78707605E0601F03ACE063687A0CA1BDDACFCD1698C7 like this example. Aside from the ID, the difference is the
e
vsE
in the CTID.Actual Result
Response is an
invalidParams
error message.Environment
rippled 1.12.0 via xrplcluster.com
The text was updated successfully, but these errors were encountered: