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

@@ -37,7 +37,7 @@ public:
s.add(ser);
SerialIter sit(ser.slice());
return STAmount(sit, kSfGeneric);
return STAmount(sit, sfGeneric);
}
//--------------------------------------------------------------------------