diff --git a/block/fork.go b/block/fork.go index 6cf290c1e..b341ce1b9 100644 --- a/block/fork.go +++ b/block/fork.go @@ -44,7 +44,6 @@ func (m *Manager) MonitorForkUpdateLoop(ctx context.Context) error { // checkForkUpdate checks if the hub has a fork update func (m *Manager) checkForkUpdate(msg string) error { - rollapp, err := m.SLClient.GetRollapp() if err != nil { return err