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