Commit b4e5d6be authored by duanjinfei's avatar duanjinfei

add start time

parent 149dacc1
......@@ -39,7 +39,7 @@ func InitBroadcastTxGoroutine(cfg *tool.Config) error {
func BroadcastTxArr(tranArr []*TxFromTran, cfg *tool.Config) error {
allSignedTxCount = int64(len(tranArr))
log.Info("allSignedTxCount:", allSignedTxCount)
//startTime := time.Now()
startTime := time.Now()
ethTxArr := make([]*ring.BroadcastEthTxWithFromRequest, 0)
for i := 0; i < int(allSignedTxCount); i++ {
inner := constructionEthLegacyTx(tranArr[i].Tran)
......
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