aboutsummaryrefslogtreecommitdiffstats
path: root/dex/backend.go
diff options
context:
space:
mode:
Diffstat (limited to 'dex/backend.go')
-rw-r--r--dex/backend.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/dex/backend.go b/dex/backend.go
index 6c5c03861..056a6d221 100644
--- a/dex/backend.go
+++ b/dex/backend.go
@@ -265,8 +265,8 @@ func (s *Dexon) StopProposing() {
s.bp.Stop()
}
-func (s *Dexon) IsLatticeSyncing() bool {
- return s.bp.IsLatticeSyncing()
+func (s *Dexon) IsCoreSyncing() bool {
+ return s.bp.IsCoreSyncing()
}
func (s *Dexon) IsProposing() bool {