Commit 077f0efa authored by duanjinfei's avatar duanjinfei

change continued send tx

parent 12010def
...@@ -6,7 +6,6 @@ import ( ...@@ -6,7 +6,6 @@ import (
"ChainGrpcTest/transaction" "ChainGrpcTest/transaction"
"github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/core/types"
"sync" "sync"
"time"
) )
var ( var (
...@@ -54,7 +53,6 @@ func startTest() { ...@@ -54,7 +53,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 * 5)
} }
} }
} }
......
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