diff --git a/rpc/legacyrpc/methods.go b/rpc/legacyrpc/methods.go index 075171321d..b0b5e1be04 100644 --- a/rpc/legacyrpc/methods.go +++ b/rpc/legacyrpc/methods.go @@ -1439,6 +1439,7 @@ func getStakeInfo(icmd interface{}, w *wallet.Wallet, chainClient *chain.RPCClie (float64(votesNum) + float64(missedNum)) } resp := &dcrjson.GetStakeInfoResult{ + BlockHeight: uint32(bs.Height), PoolSize: poolSize, Difficulty: dcrutil.Amount(stakeDiff).ToCoin(), AllMempoolTix: uint32(len(allMempoolTickets)),