diff options
Diffstat (limited to 'core/governance.go')
-rw-r--r-- | core/governance.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/governance.go b/core/governance.go index 8cfed5e13..8bad0ca98 100644 --- a/core/governance.go +++ b/core/governance.go @@ -110,7 +110,7 @@ func (g *Governance) GetStateForDKGAtRound(round uint64) (*vm.GovernanceState, e if round == dkgRound { return gs, nil } - return g.util.GetRoundState(round) + return g.util.GetStateAtRound(round) } func (g *Governance) CRSRound() uint64 { |