Skip to content

WalletVerifyAddress response should be in lowercase to be consistent with other APIs

Marc Lester Tan requested to merge mharkus:master into master

This commit will change the response of /wallet/verify/address/:addr to lowercase. Right now, the documentation says:

{
	"valid": true
}

but the actual response is:

{
	"Valid": true
}

We should either change the documentation or fix the API to return a lowercase "valid".

Merge request reports