@@ -1136,7 +1136,7 @@ pub mod pallet {
11361136 GeneralKey (
11371137 WeakBoundedVec :: try_from( b"ethereum recipient" . to_vec( ) ) . unwrap( )
11381138 ) ,
1139- GeneralIndex ( 1 )
1139+ GeneralKey ( WeakBoundedVec :: try_from ( vec! [ 1 ] ) . unwrap ( ) )
11401140 )
11411141 )
11421142 . into( ) ,
@@ -1245,7 +1245,7 @@ pub mod pallet {
12451245 GeneralKey (
12461246 WeakBoundedVec :: try_from( b"ethereum recipient" . to_vec( ) ) . unwrap( )
12471247 ) ,
1248- GeneralIndex ( 1 )
1248+ GeneralKey ( WeakBoundedVec :: try_from ( vec! [ 1 ] ) . unwrap ( ) )
12491249 )
12501250 )
12511251 . into( ) ,
@@ -1302,7 +1302,7 @@ pub mod pallet {
13021302 WeakBoundedVec :: try_from( b"ethereum recipient" . to_vec( ) )
13031303 . unwrap( )
13041304 ) ,
1305- GeneralIndex ( 1 )
1305+ GeneralKey ( WeakBoundedVec :: try_from ( vec! [ 1 ] ) . unwrap ( ) )
13061306 )
13071307 )
13081308 . into( ) ,
@@ -1374,7 +1374,7 @@ pub mod pallet {
13741374 WeakBoundedVec :: try_from( b"ethereum recipient" . to_vec( ) )
13751375 . unwrap( )
13761376 ) ,
1377- GeneralIndex ( 1 )
1377+ GeneralKey ( WeakBoundedVec :: try_from ( vec! [ 1 ] ) . unwrap ( ) )
13781378 )
13791379 )
13801380 . into( ) ,
@@ -1414,7 +1414,7 @@ pub mod pallet {
14141414 WeakBoundedVec :: try_from( b"ethereum recipient" . to_vec( ) )
14151415 . unwrap( )
14161416 ) ,
1417- GeneralIndex ( 1 )
1417+ GeneralKey ( WeakBoundedVec :: try_from ( vec! [ 1 ] ) . unwrap ( ) )
14181418 )
14191419 )
14201420 . into( ) ,
@@ -1459,7 +1459,7 @@ pub mod pallet {
14591459 WeakBoundedVec :: try_from( b"ethereum recipient" . to_vec( ) )
14601460 . unwrap( )
14611461 ) ,
1462- GeneralIndex ( 1 )
1462+ GeneralKey ( WeakBoundedVec :: try_from ( vec! [ 1 ] ) . unwrap ( ) )
14631463 )
14641464 )
14651465 . into( ) ,
@@ -1478,7 +1478,7 @@ pub mod pallet {
14781478 GeneralKey (
14791479 WeakBoundedVec :: try_from( b"ethereum recipient" . to_vec( ) ) . unwrap( )
14801480 ) ,
1481- GeneralIndex ( 1 )
1481+ GeneralKey ( WeakBoundedVec :: try_from ( vec! [ 1 ] ) . unwrap ( ) )
14821482 )
14831483 )
14841484 . into( ) ,
@@ -1509,7 +1509,7 @@ pub mod pallet {
15091509 WeakBoundedVec :: try_from( b"ethereum recipient" . to_vec( ) )
15101510 . unwrap( )
15111511 ) ,
1512- GeneralIndex ( 1 )
1512+ GeneralKey ( WeakBoundedVec :: try_from ( vec! [ 1 ] ) . unwrap ( ) )
15131513 )
15141514 )
15151515 . into( ) ,
@@ -1613,7 +1613,7 @@ pub mod pallet {
16131613 GeneralKey (
16141614 WeakBoundedVec :: try_from( b"ethereum recipient" . to_vec( ) ) . unwrap( )
16151615 ) ,
1616- GeneralIndex ( 1 )
1616+ GeneralKey ( WeakBoundedVec :: try_from ( vec! [ 1 ] ) . unwrap ( ) )
16171617 )
16181618 )
16191619 . into( ) ,
0 commit comments