Skip to content

Commit

Permalink
immutable_deserialized_packet: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
apfitzge committed Feb 5, 2024
1 parent 5fd4a33 commit e8d6e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/banking_stage/immutable_deserialized_packet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ impl ImmutableDeserializedPacket {
.get_compute_budget_details(packet.meta().round_compute_unit_price())
.ok_or(DeserializedPacketError::PrioritizationFailure)?;

// set priority to zero for vote transactions
// set compute unit price to zero for vote transactions
if is_simple_vote {
compute_budget_details.compute_unit_price = 0;
};
Expand Down

0 comments on commit e8d6e6e

Please sign in to comment.