Skip to content

Commit

Permalink
refactor: removed redundant and incorrect log for staker id (#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashk767 committed Aug 9, 2024
1 parent 6461c87 commit 90259a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/propose.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ func (*UtilsStruct) GetBiggestStakeAndId(client *ethclient.Client, epoch uint32)
log.Debugf("Stake Snapshot Array: %+v", stakeSnapshotArray)
log.Debug("Iterating over all the stakers...")
for i := 0; i < len(stakeSnapshotArray); i++ {
log.Debug("Propose: Staker Id: ", i)
stake := stakeSnapshotArray[i]
log.Debugf("Stake Snapshot of staker having stakerId %d is %s", i+1, stake)
if stake.Cmp(biggestStake) > 0 {
Expand Down

0 comments on commit 90259a0

Please sign in to comment.