Skip to content

Commit 38412a1

Browse files
committed
feat: per second
1 parent 96e7996 commit 38412a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/pool_lmrewards/v3/state.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func (mdl *LMRewardsv3) SetFarm(pools []dataCompressorv3.PoolData) {
9090
func (mdl *LMRewardsv3) AddPoolv3(blockNum int64, pool string) {
9191
dcAddr, found := mdl.Repo.GetDCWrapper().GetLatestv3DC()
9292
if !found {
93-
log.Fatalf("DC not found for for %s at latest", pool)
93+
log.Fatalf("DC not found for for %s at latest, blockNum %d ", pool, blockNum)
9494
}
9595
con, err := dataCompressorv3.NewDataCompressorv3(dcAddr, mdl.Client)
9696
log.CheckFatal(err)

0 commit comments

Comments
 (0)