Skip to content

Commit

Permalink
Fix after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
shleikes committed Oct 22, 2024
1 parent 22e79f7 commit e2b9120
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions protocol/statetracker/updaters/provider_freeze_updater.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"sync"
"time"

"github.com/lavanet/lava/v3/utils"
"github.com/lavanet/lava/v3/x/pairing/types"
"github.com/lavanet/lava/v4/utils"
"github.com/lavanet/lava/v4/x/pairing/types"
"google.golang.org/grpc"
)

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import (
"testing"

"github.com/golang/mock/gomock"
"github.com/lavanet/lava/v3/utils/rand"
epochstoragetypes "github.com/lavanet/lava/v3/x/epochstorage/types"
pairingtypes "github.com/lavanet/lava/v3/x/pairing/types"
"github.com/lavanet/lava/v4/utils/rand"
epochstoragetypes "github.com/lavanet/lava/v4/x/epochstorage/types"
pairingtypes "github.com/lavanet/lava/v4/x/pairing/types"
)

func testFreezeAndJailsMetricsOnEpochUpdate(t *testing.T, freezeStatus FrozenStatus, jailsAmount uint64) {
Expand Down

0 comments on commit e2b9120

Please sign in to comment.