Skip to content

Commit

Permalink
Comment Fix: provides working bank (solana-labs#31683)
Browse files Browse the repository at this point in the history
Provides working bank
  • Loading branch information
apfitzge authored and wen-coding committed May 18, 2023
1 parent a9b2a47 commit ec85562
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 ec85562

Please sign in to comment.