From 48e8dad5ec4803c20dbd28dc31330cb6c25a3c36 Mon Sep 17 00:00:00 2001 From: xiaohuo Date: Fri, 2 Apr 2021 21:42:06 +0800 Subject: [PATCH] chore: remove one comment --- hmy/staking.go | 1 - 1 file changed, 1 deletion(-) diff --git a/hmy/staking.go b/hmy/staking.go index fd51b749b..08c7ebd7d 100644 --- a/hmy/staking.go +++ b/hmy/staking.go @@ -519,7 +519,6 @@ func (hmy *Harmony) GetDelegationsByDelegatorByBlock( } // UndelegationPayouts .. -// delegator address => validator address => amount type UndelegationPayouts map[common.Address]map[common.Address]*big.Int