Commit ef2bffc2 authored by duanjinfei's avatar duanjinfei

add from add

parent 8dd1c7c0
......@@ -236,6 +236,7 @@ func NoSignTxArr(syncMap sync.Map, sendTxAccountArr [][]string, cfg *tool.Config
Data: nil,
}
newtx := types.NewTx(&txData)
txcache.Add(newtx.Hash().Hex(), fromAddr)
signTranArr.TranArr = append(signTranArr.TranArr, newtx)
nonce = big.NewInt(1).Add(nonce, big.NewInt(1))
}
......
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