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

Format code for ci check

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