Commit 686ef581 authored by duanjinfei's avatar duanjinfei

batch get acc nonce

parent 05d36acb
......@@ -137,6 +137,7 @@ func SignedTxArr(syncMap sync.Map, sendTxAccountArr [][]string, cfg *tool.Config
go signedTxFunc()
}
for _, rows := range sendTxAccountArr {
fromAddr := rows[0]
privateKey := rows[1]
value, ok := syncMap.Load(privateKey)
if !ok {
......
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