diff options
Diffstat (limited to 'dex/api.go')
-rw-r--r-- | dex/api.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dex/api.go b/dex/api.go index 4d39f9f6e..23f98d7df 100644 --- a/dex/api.go +++ b/dex/api.go @@ -139,8 +139,8 @@ func (api *PrivateAdminAPI) StopProposing() { api.dex.StopProposing() } -func (api *PrivateAdminAPI) IsLatticeSyncing() bool { - return api.dex.IsLatticeSyncing() +func (api *PrivateAdminAPI) IsCoreSyncing() bool { + return api.dex.IsCoreSyncing() } func (api *PrivateAdminAPI) IsProposing() bool { |