diff --git a/modules/multistaking/handle_periodic_operations.go b/modules/multistaking/handle_periodic_operations.go index 817e03c1d..939a38c0f 100644 --- a/modules/multistaking/handle_periodic_operations.go +++ b/modules/multistaking/handle_periodic_operations.go @@ -57,6 +57,7 @@ func (m *Module) UpdateMultiStakingLocks(height int64) error { fmt.Println("abc3") multiStakingLocks, err := m.source.GetMultiStakingLocks(height) if err != nil { + fmt.Println("abc8") return err } fmt.Println("abc4", len(multiStakingLocks))