Skip to content

Commit

Permalink
gci
Browse files Browse the repository at this point in the history
  • Loading branch information
pivilartisant committed Dec 4, 2024
1 parent 5e725cb commit 7f6d51d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/node/sendoperation/sendoperation.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 7f6d51d

Please sign in to comment.