Commit ac6668da authored by yukang's avatar yukang Committed by vipwzw

Tiny adjustment for code merge

parent 34a9a7f9
...@@ -482,7 +482,7 @@ func (client *client) procLocalBlocks(mainBlocks *pt.ParaTxDetails) error { ...@@ -482,7 +482,7 @@ func (client *client) procLocalBlocks(mainBlocks *pt.ParaTxDetails) error {
} }
} }
if notify { if notify {
client.NotifyLocalChange() client.blockSyncClient.NotifyLocalChange()
} }
return nil return nil
......
...@@ -93,6 +93,7 @@ out: ...@@ -93,6 +93,7 @@ out:
} }
} }
plog.Info("Para sync - quit block sync goroutine")
client.paraClient.wg.Done() client.paraClient.wg.Done()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment