refactor: Fix sfGeneric and sfInvalid field names (#7300)

This commit is contained in:
Mayukha Vadari
2026-05-20 15:47:59 -04:00
committed by GitHub
parent a5d238e7d4
commit 242ce3e9e4
21 changed files with 68 additions and 68 deletions

View File

@@ -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)