Make app keepers public (#951)
* use ecosystem convention for keeper names in app.go * fix linting * Revert variable renaming * Deprecate attribute access helper * Formatting only * Replace usage of deprecated test helper * Address linter report Co-authored-by: faddat <jacobgadikian@gmail.com>
This commit is contained in:
@@ -213,7 +213,7 @@ func TestAppImportExport(t *testing.T) {
|
||||
|
||||
normalizeContractInfo := func(ctx sdk.Context, app *WasmApp) {
|
||||
var index uint64
|
||||
app.wasmKeeper.IterateContractInfo(ctx, func(address sdk.AccAddress, info wasmtypes.ContractInfo) bool {
|
||||
app.WasmKeeper.IterateContractInfo(ctx, func(address sdk.AccAddress, info wasmtypes.ContractInfo) bool {
|
||||
created := &wasmtypes.AbsoluteTxPosition{
|
||||
BlockHeight: uint64(0),
|
||||
TxIndex: index,
|
||||
|
||||
Reference in New Issue
Block a user