Commit 3061ce77 authored by yukang's avatar yukang Committed by vipwzw

Format code for ci check

parent 0415f542
......@@ -13,6 +13,8 @@ import (
"sync/atomic"
"time"
"github.com/33cn/chain33/client/api"
"github.com/33cn/chain33/common/crypto"
"github.com/33cn/chain33/common/merkle"
......@@ -66,7 +68,7 @@ type client struct {
privateKey crypto.PrivKey
wg sync.WaitGroup
subCfg *subConfig
quitCreate chan struct{}
quitCreate chan struct{}
}
type subConfig struct {
......
......@@ -170,7 +170,6 @@ func (client *commitMsgClient) isSync() bool {
return false
}
if !client.paraClient.SyncHasCaughtUp() {
plog.Info("para is not Sync", "syncCaughtUp", client.paraClient.SyncHasCaughtUp())
return false
......
This diff is collapsed.
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