We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3922200 commit 9ac140bCopy full SHA for 9ac140b
model/flow/block.go
@@ -73,7 +73,7 @@ func (b *GenericBlock[T]) ToHeader() *Header {
73
func (b *GenericBlock[T]) MarshalJSON() ([]byte, error) {
74
return json.Marshal(struct {
75
GenericBlock[T]
76
- ID Identifier `json:"id"`
+ ID Identifier
77
}{
78
GenericBlock: *b,
79
ID: b.ID(),
0 commit comments