diff --git a/pkg/node/sendoperation/sendoperation.go b/pkg/node/sendoperation/sendoperation.go index f687ef981..1eb0497f5 100644 --- a/pkg/node/sendoperation/sendoperation.go +++ b/pkg/node/sendoperation/sendoperation.go @@ -46,10 +46,9 @@ type OperationContent struct { Description string `json:"description"` Operation string `json:"operation"` //nolint:tagliatelle - ChainID uint64 `json:"chainId"` + ChainID uint64 `json:"chainId"` } - type JSONableSlice []uint8 func (u JSONableSlice) MarshalJSON() ([]byte, error) {