We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 200ecce commit 405e7fcCopy full SHA for 405e7fc
x/arkeo/keeper/manager.go
@@ -114,7 +114,7 @@ func (mgr Manager) invariantBondModule(ctx cosmos.Context) error {
114
defer func(iter cosmos.Iterator) {
115
err := iter.Close()
116
if err != nil {
117
-
+ mgr.keeper.Logger().Error("fail to iter", "error", err)
118
}
119
}(iter)
120
for ; iter.Valid(); iter.Next() {
@@ -141,7 +141,7 @@ func (mgr Manager) invariantContractModule(ctx cosmos.Context) error {
141
142
143
144
145
146
147
0 commit comments