You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree. I don't think there is a good reason why TransactionBatch::new() cannot take something like IntoIterator<Item = AsRef<ProvenTransaction> as input.
The batch builder in the block-producer rework should take in
Arc<ProvenTransaction>
to prevent cloning them.#530 (comment)
The text was updated successfully, but these errors were encountered: