Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Minor typo fix. (#28583)
Browse files Browse the repository at this point in the history
  • Loading branch information
bji authored Oct 26, 2022
1 parent d4db649 commit c0f1ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/proposals/versioned-transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>,

Expand Down

0 comments on commit c0f1ffb

Please sign in to comment.