Skip to content

Commit

Permalink
test log
Browse files Browse the repository at this point in the history
  • Loading branch information
vietanh2k committed Jan 8, 2025
1 parent ba68b8f commit 85369fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/multistaking/handle_periodic_operations.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 85369fc

Please sign in to comment.