@@ -110,8 +110,8 @@ async fn configure_account_with_option<S: Signers>(
110
110
token
111
111
. confidential_transfer_close_record_account (
112
112
& pubkey_validity_proof_record_account. pubkey ( ) ,
113
- & record_account_authority. pubkey ( ) ,
114
113
account,
114
+ & record_account_authority. pubkey ( ) ,
115
115
& [ & record_account_authority] ,
116
116
)
117
117
. await
@@ -637,8 +637,8 @@ async fn empty_account_with_option<S: Signers>(
637
637
token
638
638
. confidential_transfer_close_record_account (
639
639
& zero_ciphertext_proof_record_account. pubkey ( ) ,
640
- & record_account_authority. pubkey ( ) ,
641
640
account,
641
+ & record_account_authority. pubkey ( ) ,
642
642
& [ & record_account_authority] ,
643
643
)
644
644
. await
@@ -1054,8 +1054,8 @@ async fn withdraw_with_option<S: Signers>(
1054
1054
token
1055
1055
. confidential_transfer_close_record_account (
1056
1056
& equality_proof_record_account. pubkey ( ) ,
1057
- & record_account_authority. pubkey ( ) ,
1058
1057
source_account,
1058
+ & record_account_authority. pubkey ( ) ,
1059
1059
& [ & record_account_authority] ,
1060
1060
)
1061
1061
. await
@@ -1064,8 +1064,8 @@ async fn withdraw_with_option<S: Signers>(
1064
1064
token
1065
1065
. confidential_transfer_close_record_account (
1066
1066
& range_proof_record_account. pubkey ( ) ,
1067
- & record_account_authority. pubkey ( ) ,
1068
1067
source_account,
1068
+ & record_account_authority. pubkey ( ) ,
1069
1069
& [ & record_account_authority] ,
1070
1070
)
1071
1071
. await
@@ -1426,8 +1426,8 @@ async fn confidential_transfer_with_option<S: Signers>(
1426
1426
token
1427
1427
. confidential_transfer_close_record_account (
1428
1428
& equality_proof_record_account. pubkey ( ) ,
1429
- & record_account_authority. pubkey ( ) ,
1430
1429
source_account,
1430
+ & record_account_authority. pubkey ( ) ,
1431
1431
& [ & record_account_authority] ,
1432
1432
)
1433
1433
. await
@@ -1436,8 +1436,8 @@ async fn confidential_transfer_with_option<S: Signers>(
1436
1436
token
1437
1437
. confidential_transfer_close_record_account (
1438
1438
& ciphertext_validity_proof_record_account. pubkey ( ) ,
1439
- & record_account_authority. pubkey ( ) ,
1440
1439
source_account,
1440
+ & record_account_authority. pubkey ( ) ,
1441
1441
& [ & record_account_authority] ,
1442
1442
)
1443
1443
. await
@@ -1446,8 +1446,8 @@ async fn confidential_transfer_with_option<S: Signers>(
1446
1446
token
1447
1447
. confidential_transfer_close_record_account (
1448
1448
& range_proof_record_account. pubkey ( ) ,
1449
- & record_account_authority. pubkey ( ) ,
1450
1449
source_account,
1450
+ & record_account_authority. pubkey ( ) ,
1451
1451
& [ & record_account_authority] ,
1452
1452
)
1453
1453
. await
@@ -2024,8 +2024,8 @@ async fn confidential_transfer_with_fee_with_option<S: Signers>(
2024
2024
token
2025
2025
. confidential_transfer_close_record_account (
2026
2026
& equality_proof_record_account. pubkey ( ) ,
2027
- & record_account_authority. pubkey ( ) ,
2028
2027
source_account,
2028
+ & record_account_authority. pubkey ( ) ,
2029
2029
& [ & record_account_authority] ,
2030
2030
)
2031
2031
. await
@@ -2034,8 +2034,8 @@ async fn confidential_transfer_with_fee_with_option<S: Signers>(
2034
2034
token
2035
2035
. confidential_transfer_close_record_account (
2036
2036
& transfer_amount_ciphertext_validity_proof_record_account. pubkey ( ) ,
2037
- & record_account_authority. pubkey ( ) ,
2038
2037
source_account,
2038
+ & record_account_authority. pubkey ( ) ,
2039
2039
& [ & record_account_authority] ,
2040
2040
)
2041
2041
. await
@@ -2044,8 +2044,8 @@ async fn confidential_transfer_with_fee_with_option<S: Signers>(
2044
2044
token
2045
2045
. confidential_transfer_close_record_account (
2046
2046
& fee_sigma_proof_record_account. pubkey ( ) ,
2047
- & record_account_authority. pubkey ( ) ,
2048
2047
source_account,
2048
+ & record_account_authority. pubkey ( ) ,
2049
2049
& [ & record_account_authority] ,
2050
2050
)
2051
2051
. await
@@ -2054,8 +2054,8 @@ async fn confidential_transfer_with_fee_with_option<S: Signers>(
2054
2054
token
2055
2055
. confidential_transfer_close_record_account (
2056
2056
& fee_ciphertext_validity_proof_record_account. pubkey ( ) ,
2057
- & record_account_authority. pubkey ( ) ,
2058
2057
source_account,
2058
+ & record_account_authority. pubkey ( ) ,
2059
2059
& [ & record_account_authority] ,
2060
2060
)
2061
2061
. await
@@ -2064,8 +2064,8 @@ async fn confidential_transfer_with_fee_with_option<S: Signers>(
2064
2064
token
2065
2065
. confidential_transfer_close_record_account (
2066
2066
& range_proof_record_account. pubkey ( ) ,
2067
- & record_account_authority. pubkey ( ) ,
2068
2067
source_account,
2068
+ & record_account_authority. pubkey ( ) ,
2069
2069
& [ & record_account_authority] ,
2070
2070
)
2071
2071
. await
0 commit comments