aboutsummaryrefslogtreecommitdiffstats
path: root/core/nodeset-cache.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/nodeset-cache.go')
-rw-r--r--core/nodeset-cache.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/nodeset-cache.go b/core/nodeset-cache.go
index 610131b..49521ab 100644
--- a/core/nodeset-cache.go
+++ b/core/nodeset-cache.go
@@ -106,7 +106,7 @@ func (cache *NodeSetCache) update(
defer cache.lock.Unlock()
// Get the requested round from governance contract.
- keySet := cache.gov.GetNodeSet(round)
+ keySet := cache.gov.NodeSet(round)
if keySet == nil {
// That round is not ready yet.
err = ErrRoundNotReady