File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -235,17 +235,6 @@ decl_module! {
235
235
/// Deposit one of this module's events by using the default implementation.
236
236
fn deposit_event( ) = default ;
237
237
238
- fn on_runtime_upgrade( ) -> Weight {
239
- // Utility.Multisigs -> Multisig.Multisigs
240
- use frame_support:: migration:: { StorageIterator , put_storage_value} ;
241
- for ( key, value) in StorageIterator :: <
242
- Multisig <T :: BlockNumber , BalanceOf <T >, T :: AccountId >
243
- >:: new( b"Utility" , b"Multisigs" ) . drain( ) {
244
- put_storage_value( b"Multisig" , b"Multisigs" , & key, value) ;
245
- }
246
- 1_000_000_000
247
- }
248
-
249
238
/// Immediately dispatch a multi-signature call using a single approval from the caller.
250
239
///
251
240
/// The dispatch origin for this call must be _Signed_.
You can’t perform that action at this time.
0 commit comments