Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Jul 22, 2024
1 parent 3cb6395 commit e4a1e7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/versiondb_placeholder.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ func (app *ChainApp) setupVersionDB(
keys map[string]*storetypes.KVStoreKey,
tkeys map[string]*storetypes.TransientStoreKey,
memKeys map[string]*storetypes.MemoryStoreKey,
okeys map[string]*storetypes.ObjectStoreKey,
) (storetypes.RootMultiStore, error) {
) (storetypes.MultiStore, error) {
return nil, errors.New("versiondb is not supported in this binary")
}

0 comments on commit e4a1e7b

Please sign in to comment.