Skip to content

Commit

Permalink
Comment Fix: provides working bank (#31683)
Browse files Browse the repository at this point in the history
Provides working bank
  • Loading branch information
apfitzge authored May 16, 2023
1 parent 6c1cdb5 commit d40212c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/packet_deserializer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub struct ReceivePacketResults {
pub struct PacketDeserializer {
/// Receiver for packet batches from sigverify stage
packet_batch_receiver: BankingPacketReceiver,
/// Provides root bank for deserializer to check feature activation
/// Provides working bank for deserializer to check feature activation
bank_forks: Arc<RwLock<BankForks>>,
}

Expand Down

0 comments on commit d40212c

Please sign in to comment.