Deduplicate transactions on BatchTxPool prior to submission
#2604
Annotations
3 errors
|
Lint
issues found
|
|
Lint:
services/requester/batch_tx_pool.go#L214
S1008: should use 'return a.txHash == b.txHash' instead of 'if a.txHash == b.txHash { return true }; return false' (staticcheck)
|
|
Lint:
services/requester/batch_tx_pool.go#L213
unusedresult: result of slices.CompactFunc call not used (govet)
|