remove obsoleted TODO
This commit is contained in:
@ -194,9 +194,7 @@ impl Checkpoint for LastIds {
|
|||||||
|
|
||||||
#[derive(Default)]
|
#[derive(Default)]
|
||||||
pub struct Accounts {
|
pub struct Accounts {
|
||||||
// TODO: implement values() or something? take this back to private
|
/// Mapping of known public keys/IDs to accounts
|
||||||
// from the voting/leader/finality code
|
|
||||||
// issue #1701
|
|
||||||
accounts: HashMap<Pubkey, Account>,
|
accounts: HashMap<Pubkey, Account>,
|
||||||
|
|
||||||
/// The number of transactions the bank has processed without error since the
|
/// The number of transactions the bank has processed without error since the
|
||||||
|
Reference in New Issue
Block a user