From fa9fb1f231778a70d3395d0d7c1be4127c99069d Mon Sep 17 00:00:00 2001 From: xiaohuo Date: Fri, 2 Apr 2021 22:16:18 +0800 Subject: [PATCH] chore: go fmt --- hmy/staking.go | 1 - 1 file changed, 1 deletion(-) diff --git a/hmy/staking.go b/hmy/staking.go index 08c7ebd7d..4484c3fd3 100644 --- a/hmy/staking.go +++ b/hmy/staking.go @@ -521,7 +521,6 @@ func (hmy *Harmony) GetDelegationsByDelegatorByBlock( // UndelegationPayouts .. type UndelegationPayouts map[common.Address]map[common.Address]*big.Int - // GetUndelegationPayouts returns the undelegation payouts for each delegator // // Due to in-memory caching, it is possible to get undelegation payouts for a state / epoch