From d3146bf06d30f72e63b239ff4d07381b01195a33 Mon Sep 17 00:00:00 2001 From: rigelrozanski Date: Tue, 25 Sep 2018 18:02:22 -0400 Subject: [PATCH] ... --- types/stake.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types/stake.go b/types/stake.go index e794ea7349..5a8a4fd435 100644 --- a/types/stake.go +++ b/types/stake.go @@ -45,6 +45,7 @@ type Validator interface { GetConsAddr() ConsAddress // validation consensus address GetPower() Dec // validation power GetTokens() Dec // validation tokens + GetCommission() Dec // validator commission rate GetDelegatorShares() Dec // Total out standing delegator shares GetBondHeight() int64 // height in which the validator became active }