Skip to content

Commit

Permalink
Remove sync-info.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taztingo committed May 1, 2024
1 parent ef072fc commit 30b2adc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
4 changes: 0 additions & 4 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ import (
piohandlers "github.com/provenance-io/provenance/internal/handlers"
"github.com/provenance-io/provenance/internal/pioconfig"
"github.com/provenance-io/provenance/internal/provwasm"
"github.com/provenance-io/provenance/internal/statesync"
"github.com/provenance-io/provenance/x/attribute"
attributekeeper "github.com/provenance-io/provenance/x/attribute/keeper"
attributetypes "github.com/provenance-io/provenance/x/attribute/types"
Expand Down Expand Up @@ -402,9 +401,6 @@ func New(
os.Exit(1)
}

// Register helpers for state-sync status.
statesync.RegisterSyncStatus()

app.ParamsKeeper = initParamsKeeper(appCodec, legacyAmino, keys[paramstypes.StoreKey], tkeys[paramstypes.TStoreKey])

// set the BaseApp's parameter store
Expand Down
38 changes: 0 additions & 38 deletions internal/statesync/statesync.go

This file was deleted.

0 comments on commit 30b2adc

Please sign in to comment.