Commit c996a6e6 authored by duanjinfei's avatar duanjinfei

del time slep

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