Commit 5d3bb984 authored by Matthew Slipper's avatar Matthew Slipper

CR updates

parent a6f578c8
...@@ -196,7 +196,7 @@ func (d *Driver) SubmitBatchTx( ...@@ -196,7 +196,7 @@ func (d *Driver) SubmitBatchTx(
oldLen := len(batchElements) oldLen := len(batchElements)
newBatchElementsLen := (oldLen * 9) / 10 newBatchElementsLen := (oldLen * 9) / 10
batchElements = batchElements[:newBatchElementsLen] batchElements = batchElements[:newBatchElementsLen]
log.Info("pruned batch", "old_num_txs", oldLen, "new_num_txs", newBatchElementsLen) log.Info(name+" pruned batch", "old_num_txs", oldLen, "new_num_txs", newBatchElementsLen)
continue continue
} }
......
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