mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +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
|
- ineffassign
|
||||||
- misspell
|
- misspell
|
||||||
- unconvert
|
- unconvert
|
||||||
|
- typecheck
|
||||||
- unused
|
- unused
|
||||||
- staticcheck
|
- staticcheck
|
||||||
- bidichk
|
- bidichk
|
||||||
|
|
|
||||||
|
|
@ -594,6 +594,7 @@ func testGetBloombitsProofs(t *testing.T, protocol int) {
|
||||||
// func TestTransactionStatusLes3(t *testing.T) { testTransactionStatus(t, lpv3) }
|
// func TestTransactionStatusLes3(t *testing.T) { testTransactionStatus(t, lpv3) }
|
||||||
// func TestTransactionStatusLes4(t *testing.T) { testTransactionStatus(t, lpv4) }
|
// func TestTransactionStatusLes4(t *testing.T) { testTransactionStatus(t, lpv4) }
|
||||||
|
|
||||||
|
// nolint:unused
|
||||||
func testTransactionStatus(t *testing.T, protocol int) {
|
func testTransactionStatus(t *testing.T, protocol int) {
|
||||||
netconfig := testnetConfig{
|
netconfig := testnetConfig{
|
||||||
protocol: protocol,
|
protocol: protocol,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue