Skip to content

Commit

Permalink
Update substrate/frame/treasury/src/migration.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Muharem <ismailov.m.h@gmail.com>
  • Loading branch information
davidk-pt and muharem authored Oct 4, 2024
1 parent 47bf1d3 commit 438aec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/treasury/src/migration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub mod cleanup_proposals {
use super::*;

/// Migration to cleanup unapproved proposals to return the bonds back to the proposers.
/// Proposals storage item can no longer be created and will be removed in the future.
/// Proposals can no longer be created and the `Proposal` storage item will be removed in the future.
///
/// ``
///
Expand Down

0 comments on commit 438aec0

Please sign in to comment.