Skip to content

Commit

Permalink
fix CI (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
segfaultdoc authored Aug 6, 2024
1 parent 5549301 commit f8049ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jito-protos/protos
Submodule protos updated 0 files
1 change: 1 addition & 0 deletions jito-protos/src/convert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pub fn packet_to_proto_packet(p: &Packet) -> Option<ProtoPacket> {
repair: p.meta().repair(),
simple_vote_tx: p.meta().is_simple_vote_tx(),
tracer_packet: p.meta().is_tracer_packet(),
from_staked_node: p.meta().is_from_staked_node(),
}),
sender_stake: 0,
}),
Expand Down

0 comments on commit f8049ba

Please sign in to comment.