Skip to content

Commit

Permalink
Deleted key comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Kunze committed Aug 8, 2018
1 parent a8261a3 commit 9ea4d6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/stake/client/rest/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ func getDelegatorValidator(cliCtx context.CLIContext, cdc *wire.Codec, delegator

// check if the delegator is bonded or redelegated to the validator
keyDel := stake.GetDelegationKey(delegatorAddr, validatorAccAddr)
// keyRed := stake.GetREDsByDelToValDstIndexKey(delegatorAddr, validatorAccAddr)

res, err := cliCtx.QueryStore(keyDel, storeName)
if err != nil {
Expand Down

0 comments on commit 9ea4d6d

Please sign in to comment.