Skip to content

Bump versions

Bump versions #116

GitHub Actions / golangci failed Mar 7, 2024 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (1)

components/faucet/component.go|246 col 94| unused-parameter: parameter 'signer' seems to be unused, consider removing or renaming it as _ (revive)

Filtered Findings (0)

Annotations

Check failure on line 246 in components/faucet/component.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] components/faucet/component.go#L246

unused-parameter: parameter 'signer' seems to be unused, consider removing or renaming it as _ (revive)
Raw output
components/faucet/component.go:246:94: unused-parameter: parameter 'signer' seems to be unused, consider removing or renaming it as _ (revive)
		submitTransactionPayload := func(ctx context.Context, builder *builder.TransactionBuilder, signer iotago.AddressSigner, storedManaOutputIndex int, numPoWWorkers ...int) (iotago.ApplicationPayload, iotago.BlockID, error) {
		                                                                                           ^