File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -295,12 +295,12 @@ decl_module! {
295
295
ensure!( !other_signatories. is_empty( ) , Error :: <T >:: TooFewSignatories ) ;
296
296
let other_signatories_len = other_signatories. len( ) ;
297
297
ensure!( other_signatories_len < max_sigs, Error :: <T >:: TooManySignatories ) ;
298
- let signatories = Self :: ensure_sorted_and_insert( other_signatories, who. clone ( ) ) ?;
298
+ let signatories = Self :: ensure_sorted_and_insert( other_signatories, who) ?;
299
299
300
300
let id = Self :: multi_account_id( & signatories, 1 ) ;
301
301
302
302
let call_len = call. using_encoded( |c| c. len( ) ) ;
303
- let result = call. dispatch( RawOrigin :: Signed ( id. clone ( ) ) . into( ) ) ;
303
+ let result = call. dispatch( RawOrigin :: Signed ( id) . into( ) ) ;
304
304
305
305
result. map( |post_dispatch_info| post_dispatch_info. actual_weight
306
306
. map( |actual_weight| weight_of:: as_multi_threshold_1:: <T >(
You can’t perform that action at this time.
0 commit comments