mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
fix : lint
This commit is contained in:
parent
017e688548
commit
437e1d87bf
2 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ linters:
|
|||
- ineffassign
|
||||
- misspell
|
||||
- unconvert
|
||||
- typecheck
|
||||
- unused
|
||||
- staticcheck
|
||||
- bidichk
|
||||
|
|
|
|||
|
|
@ -594,6 +594,7 @@ func testGetBloombitsProofs(t *testing.T, protocol int) {
|
|||
// func TestTransactionStatusLes3(t *testing.T) { testTransactionStatus(t, lpv3) }
|
||||
// func TestTransactionStatusLes4(t *testing.T) { testTransactionStatus(t, lpv4) }
|
||||
|
||||
// nolint:unused
|
||||
func testTransactionStatus(t *testing.T, protocol int) {
|
||||
netconfig := testnetConfig{
|
||||
protocol: protocol,
|
||||
|
|
|
|||
Loading…
Reference in a new issue