Skip to content

Commit

Permalink
improve the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed Jul 5, 2024
1 parent 2cc94a9 commit 1863818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/governor.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pub trait IGovernor<TContractState> {
// Replaces the code at this address. This must be self-called via a proposal.
fn upgrade(ref self: TContractState, class_hash: ClassHash);

// Migrates to the fixed storage layout, i.e. the storage layout from before v2.1.0
// Migrates to the latest version of storage layout, from the version of storage before v2.1.0
fn _migrate_old_config_storage(ref self: TContractState);
}

Expand Down

0 comments on commit 1863818

Please sign in to comment.