Commit c17e523e authored by mdj33's avatar mdj33 Committed by vipwzw

modify jumpdown config

parent 44b877c3
...@@ -497,7 +497,7 @@ func (client *client) procLocalAddBlocks(mainBlocks *types.ParaTxDetails) error ...@@ -497,7 +497,7 @@ func (client *client) procLocalAddBlocks(mainBlocks *types.ParaTxDetails) error
func (client *client) CreateBlock() { func (client *client) CreateBlock() {
defer client.wg.Done() defer client.wg.Done()
if client.subCfg.JumpDownloadClose { if !client.subCfg.JumpDownloadClose {
client.jumpDldCli.tryJumpDownload() client.jumpDldCli.tryJumpDownload()
} }
......
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