Comment Fix: provides working bank (#31683)

Provides working bank
This commit is contained in:
Andrew Fitzgerald 2023-05-16 15:33:41 -07:00 committed by GitHub
parent 6c1cdb57c6
commit d40212ca74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>>,
}