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

Commit

Permalink
Update runtime-transaction/src/transaction_meta.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Fitzgerald <[email protected]>
  • Loading branch information
tao-stones and apfitzge authored Nov 6, 2023
1 parent e50618f commit f48d15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime-transaction/src/transaction_meta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! specified by compute-budget instructions, simple-vote flag, transaction
//! costs, durable nonce account etc;
//!
//! The premiss is if anything qualifies as metadata, then it must be valid
//! The premise is if anything qualifies as metadata, then it must be valid
//! and available as long as the transaction itself is valid and available.
//! Hence they are not Option<T> type. Their visibility at different states
//! are defined in traits.
Expand Down

0 comments on commit f48d15d

Please sign in to comment.