mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-22 23:00:55 +00:00
refactor: Fix sfGeneric and sfInvalid field names (#7300)
This commit is contained in:
@@ -1151,7 +1151,7 @@ amountFromJsonNoThrow(STAmount& result, json::Value const& jvSource)
|
||||
{
|
||||
try
|
||||
{
|
||||
result = amountFromJson(kSfGeneric, jvSource);
|
||||
result = amountFromJson(sfGeneric, jvSource);
|
||||
return true;
|
||||
}
|
||||
catch (std::exception const& e)
|
||||
|
||||
Reference in New Issue
Block a user