Commit a2d0f5fa authored by 李伟@五瓣科技's avatar 李伟@五瓣科技

fix percent

parent 3dc43271
...@@ -591,6 +591,7 @@ func (web *WebServicer) sendLoop(fromAddr string, toAddrs []string, txCount int, ...@@ -591,6 +591,7 @@ func (web *WebServicer) sendLoop(fromAddr string, toAddrs []string, txCount int,
if fromAddr != systemFromAddr && first { if fromAddr != systemFromAddr && first {
txCount++ txCount++
beginTotal++
tx, err = buildOriginalTx(originalTxParam.Nonce, common.HexToAddress(fromAddr), requestAmount, big.NewInt(256), nil) tx, err = buildOriginalTx(originalTxParam.Nonce, common.HexToAddress(fromAddr), requestAmount, big.NewInt(256), nil)
} else { } else {
......
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