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
Unmarshal returns the error Unmarshal(*storage.InMemoryContract) only supports structs that have the field AdditionalFields or implements json.Unmarshaler. And that's spot on, storage.InMemoryContract doesn't have an AdditionalFields field.
The text was updated successfully, but these errors were encountered:
Easy to repro with a unit test in
partitioned_storage_test.go
:Unmarshal
returns the errorUnmarshal(*storage.InMemoryContract) only supports structs that have the field AdditionalFields or implements json.Unmarshaler
. And that's spot on,storage.InMemoryContract
doesn't have anAdditionalFields
field.The text was updated successfully, but these errors were encountered: