unrevert bug fix line reverted in s3

pull/1471/head
Dennis Won 5 years ago
parent 345523e91a
commit 7855957a68
  1. 2
      cmd/client/wallet_stress_test/README.md
  2. 1
      node/worker/worker.go

@ -1 +1 @@
The wallet program is the demo wallet which talks to Harmony devnet for various kinds of operations. For detail, please compile and execute ./bin/wallet.
The wallet program is the demo wallet which talks to Harmony devnet for stress testing transactions operations. For detail, please compile and execute ./bin/wallet_stress test stressTest.

@ -92,6 +92,7 @@ func (w *Worker) SelectTransactionsForNewBlock(newBlockNum uint64, txs types.Tra
for _, tx := range txs {
if tx.ShardID() != w.shardID {
invalid = append(invalid, tx)
continue
}
sender, flag := w.throttleTxs(selected, recentTxsStats, txsThrottleConfig, tx)

Loading…
Cancel
Save