From 85369fc424e8d79c42d156155261ff5524978e50 Mon Sep 17 00:00:00 2001 From: neitdung Date: Wed, 8 Jan 2025 15:10:57 +0700 Subject: [PATCH] test log --- modules/multistaking/handle_periodic_operations.go | 1 + 1 file changed, 1 insertion(+) 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))