Skip to content

Commit

Permalink
FIX: Linter after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmihaic committed Oct 8, 2024
1 parent 5d327de commit 0497c3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions node/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ import (
"github.com/multiversx/mx-chain-go/testscommon/mainFactoryMocks"
"github.com/multiversx/mx-chain-go/testscommon/marshallerMock"
"github.com/multiversx/mx-chain-go/testscommon/p2pmocks"
"github.com/multiversx/mx-chain-go/testscommon/processMocks"
"github.com/multiversx/mx-chain-go/testscommon/shardingMocks"
"github.com/multiversx/mx-chain-go/testscommon/stakingcommon"
stateMock "github.com/multiversx/mx-chain-go/testscommon/state"
Expand Down
5 changes: 2 additions & 3 deletions process/sync/metablock.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ import (
// MetaBootstrap implements the bootstrap mechanism
type MetaBootstrap struct {
*baseBootstrap
epochBootstrapper process.EpochBootstrapper
validatorStatisticsDBSyncer process.AccountsDBSyncer
validatorAccountsDB state.AccountsAdapter
epochBootstrapper process.EpochBootstrapper
validatorAccountsDB state.AccountsAdapter
}

// NewMetaBootstrap creates a new Bootstrap object
Expand Down
2 changes: 0 additions & 2 deletions vm/systemSmartContracts/esdt.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ import (
const numOfRetriesForIdentifier = 50
const tickerSeparator = "-"
const tickerRandomSequenceLength = 3
const minLengthForTickerName = 3
const maxLengthForTickerName = 10
const minLengthForInitTokenName = 10
const minLengthForTokenName = 3
const maxLengthForTokenName = 20
Expand Down

0 comments on commit 0497c3b

Please sign in to comment.