Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
deploy: 30aca97
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszrzasik committed Jul 19, 2024
1 parent c8e07e8 commit 9204681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotshot_builder_core/builder_state.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,7 @@
</span>{
<span class="kw">let </span>builder_hash = payload.builder_commitment(<span class="kw-2">&amp;</span>metadata);
<span class="comment">// count the number of txns
</span><span class="kw">let </span>txn_count = payload.num_transactions(<span class="kw-2">&amp;</span>metadata);
</span><span class="kw">let </span>txn_count = <span class="self">self</span>.tx_queue.len();

<span class="comment">// insert the recently built block into the builder commitments
</span><span class="self">self</span>.builder_commitments.insert((
Expand Down

0 comments on commit 9204681

Please sign in to comment.