Commit c996a6e6 authored by duanjinfei's avatar duanjinfei

del time slep

parent 90689acd
...@@ -5,7 +5,6 @@ import ( ...@@ -5,7 +5,6 @@ import (
"ChainGrpcTest/tool" "ChainGrpcTest/tool"
"ChainGrpcTest/transaction" "ChainGrpcTest/transaction"
"sync" "sync"
"time"
) )
var ( var (
...@@ -60,7 +59,6 @@ func startTest() { ...@@ -60,7 +59,6 @@ func startTest() {
log.Info("----------------------------------end") log.Info("----------------------------------end")
tranArrChan <- arr tranArrChan <- arr
syncMap = updateNonce(syncMap, cfg) syncMap = updateNonce(syncMap, cfg)
time.Sleep(time.Second * 10)
} }
} }
} }
......
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