Skip to content

Commit

Permalink
fix after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
BeniaminDrasovean committed Mar 18, 2024
1 parent 858ae75 commit 5331072
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions integrationTests/vm/staking/componentsHolderCreator.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import (
"github.com/multiversx/mx-chain-go/sharding"
"github.com/multiversx/mx-chain-go/sharding/nodesCoordinator"
"github.com/multiversx/mx-chain-go/state"
disabledState "github.com/multiversx/mx-chain-go/state/disabled"
stateFactory "github.com/multiversx/mx-chain-go/state/factory"
"github.com/multiversx/mx-chain-go/state/storagePruningManager"
"github.com/multiversx/mx-chain-go/state/storagePruningManager/evictionWaitingList"
Expand Down Expand Up @@ -215,6 +216,7 @@ func createAccountsDB(
StoragePruningManager: spm,
AddressConverter: coreComponents.AddressPubKeyConverter(),
SnapshotsManager: &stateTests.SnapshotsManagerStub{},
StateChangesCollector: disabledState.NewDisabledStateChangesCollector(),
}
adb, _ := state.NewAccountsDB(argsAccountsDb)
return adb
Expand Down
2 changes: 1 addition & 1 deletion state/accountsDB_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"crypto/rand"
"errors"
"fmt"
"github.com/multiversx/mx-chain-go/state/dataTrieValue"
mathRand "math/rand"
"strings"
"sync"
Expand All @@ -26,6 +25,7 @@ import (
"github.com/multiversx/mx-chain-go/process/mock"
"github.com/multiversx/mx-chain-go/state"
"github.com/multiversx/mx-chain-go/state/accounts"
"github.com/multiversx/mx-chain-go/state/dataTrieValue"
"github.com/multiversx/mx-chain-go/state/factory"
"github.com/multiversx/mx-chain-go/state/iteratorChannelsProvider"
"github.com/multiversx/mx-chain-go/state/lastSnapshotMarker"
Expand Down

0 comments on commit 5331072

Please sign in to comment.