From e3915e4b7ac7092f8864a356266addea2762328f Mon Sep 17 00:00:00 2001 From: "Jeff Washington (jwash)" Date: Fri, 21 Jan 2022 10:51:58 -0600 Subject: [PATCH] add comment (#22636) --- runtime/src/accounts_index.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/src/accounts_index.rs b/runtime/src/accounts_index.rs index 34a9b76e09..a39bd95317 100644 --- a/runtime/src/accounts_index.rs +++ b/runtime/src/accounts_index.rs @@ -253,6 +253,7 @@ impl AccountMapEntryInner { } pub enum AccountIndexGetResult { + /// (index entry, index in slot list) Found(ReadAccountMapEntry, usize), NotFound, }