Commit cd9a5318 authored by duanjinfei's avatar duanjinfei

fix sign count problem

parent 27890ae3
......@@ -23,10 +23,10 @@ func init() {
func startTest() {
log.Infof("Program start initAccCount:%d tranCount", cfg.Count)
arr, fromAddrArr := transaction.SignedTxArr(SendTxAccountArr, cfg)
cfg.GoRoutineCount = goRoutineCount
cfg.SignCount = txCount / 100
cfg.BatchCount = batchCount
arr, fromAddrArr := transaction.SignedTxArr(SendTxAccountArr, cfg)
if batchSign {
if err := transaction.BatchSignHandler(arr, cfg); err != nil {
log.Errorf("Bath Send Tran error: %s", err)
......
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