Skip to content

Commit

Permalink
fix: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Jan 9, 2025
1 parent f1d8064 commit b17e66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taiko-client/pkg/rpc/methods.go
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ func (c *Client) GetProtocolStateVariables(opts *bind.CallOpts) (*struct {

// GetLastVerifiedBlock gets the last verified block from TaikoL1 contract.
func (c *Client) GetLastVerifiedBlock(ctx context.Context) (struct {
BlockId uint64 //nolint:revive,stylecheck
BlockId uint64 //nolint:stylecheck
BlockHash [32]byte
StateRoot [32]byte
VerifiedAt uint64
Expand Down

0 comments on commit b17e66b

Please sign in to comment.