diff --git a/src/governor.cairo b/src/governor.cairo index c3f947d..72cf39a 100644 --- a/src/governor.cairo +++ b/src/governor.cairo @@ -89,7 +89,7 @@ pub trait IGovernor { // 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); }