You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inconsistent use of JSON keys: snake_case vs camelCase
Configuration object is using snake_case and is exposed to the user. The /entries/txIds endpoint returns a list that has nextLink, see renaming logic in JSON
Inconsistent use of JSON keys:
snake_case
vscamelCase
Configuration object is using
snake_case
and is exposed to the user. The/entries/txIds
endpoint returns a list that hasnextLink
, see renaming logic in JSONscitt-ccf-ledger/app/src/call_types.h
Lines 75 to 78 in 5cea879
Expected behavior
All JSON keys should use
camelCase
naming convention.The text was updated successfully, but these errors were encountered: