Skip to content

Commit d6d3fc2

Browse files
committed
silence linter
1 parent 2bbe8e2 commit d6d3fc2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/client/chain_client_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ type sendTxService struct {
504504
sentCount atomic.Int32
505505
}
506506

507+
//nolint:revive // ChainId must match JSON-RPC method name eth_chainId, not ChainID
507508
func (x *sendTxService) ChainId(ctx context.Context) (*hexutil.Big, error) {
508509
return (*hexutil.Big)(x.chainID), nil
509510
}

0 commit comments

Comments
 (0)