mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-02 08:55:53 +00:00
Fix capitalization of urlgravatar field.
This commit is contained in:
@@ -48,7 +48,7 @@ void AccountState::addJson(Json::Value& val)
|
|||||||
if (mValid)
|
if (mValid)
|
||||||
{
|
{
|
||||||
if (mLedgerEntry->isFieldPresent(sfEmailHash))
|
if (mLedgerEntry->isFieldPresent(sfEmailHash))
|
||||||
val["UrlGravatar"] = createGravatarUrl(mLedgerEntry->getFieldH128(sfEmailHash));
|
val["urlgravatar"] = createGravatarUrl(mLedgerEntry->getFieldH128(sfEmailHash));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user