We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bbe8e2 commit d6d3fc2Copy full SHA for d6d3fc2
1 file changed
pkg/client/chain_client_test.go
@@ -504,6 +504,7 @@ type sendTxService struct {
504
sentCount atomic.Int32
505
}
506
507
+//nolint:revive // ChainId must match JSON-RPC method name eth_chainId, not ChainID
508
func (x *sendTxService) ChainId(ctx context.Context) (*hexutil.Big, error) {
509
return (*hexutil.Big)(x.chainID), nil
510
0 commit comments