[feature] Circuit Breaker
Compare changes
- Son of Odin authored
+ 9
− 6
@@ -410,12 +410,15 @@ func (k KVStore) MintToModule(ctx cosmos.Context, module string, coin common.Coi
@@ -410,12 +410,15 @@ func (k KVStore) MintToModule(ctx cosmos.Context, module string, coin common.Coi
if err := k.SendFromModuleToModule(ctx, ReserveName, ModuleName, common.NewCoins(burn)); err != nil {