Commit fedb7fd4 authored by duanjinfei's avatar duanjinfei

fix time sleep

parent 8edfbee9
......@@ -53,8 +53,8 @@ func startTest() {
arr := transaction.NoSignTxArr(syncMap, SendTxAccountArr, cfg)
log.Info("----------------------------------end")
tranArrChan <- arr
time.Sleep(time.Second * 10)
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