Minor typo fix. (#28583)

This commit is contained in:
bji 2022-10-26 12:07:35 -07:00 committed by GitHub
parent d4db649e7c
commit c0f1ffb9d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ pub struct Message {
// constructed from the concatenation of three key lists:
// 1) message `account_keys`
// 2) ordered list of keys loaded from address table `writable_indexes`
// 3) ordered list of keys loaded from address table `readable_indexes`
// 3) ordered list of keys loaded from address table `readonly_indexes`
#[serde(with = "short_vec")]
pub instructions: Vec<CompiledInstruction>,