chore: go fmt

pull/3649/head
xiaohuo 4 years ago committed by Leo Chen
parent 48e8dad5ec
commit fa9fb1f231
  1. 1
      hmy/staking.go

@ -521,7 +521,6 @@ func (hmy *Harmony) GetDelegationsByDelegatorByBlock(
// UndelegationPayouts .. // UndelegationPayouts ..
type UndelegationPayouts map[common.Address]map[common.Address]*big.Int type UndelegationPayouts map[common.Address]map[common.Address]*big.Int
// GetUndelegationPayouts returns the undelegation payouts for each delegator // GetUndelegationPayouts returns the undelegation payouts for each delegator
// //
// Due to in-memory caching, it is possible to get undelegation payouts for a state / epoch // Due to in-memory caching, it is possible to get undelegation payouts for a state / epoch

Loading…
Cancel
Save