vl method should return public key (Version: 1.5.0) #3392
Labels
API Change
Feature Request
Used to indicate requests to add new features
Good First Issue
Great issue for a new contributor
Summary
The recently-added
/vl/{pubkey}
method (#3072) should include apublic_key
field in the response to be consistent with vl.ripple.com.Motivation
It would be nice if the vl method were exactly comparable to the format served from vl.ripple.com, for two reasons:
Solution
When you use the /vl/ method of a rippled server, the resulting JSON object should have the exact same fields as vl.ripple.com. The only difference, currently, is the
public_key
field, which is known from the request URL but not copied back in rippled's response.The text was updated successfully, but these errors were encountered: