This commit is contained in:
Sergio Chouhy
2025-09-30 14:44:43 -03:00
parent dfab1d6fa8
commit 64048ccf1d
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -452,7 +452,7 @@ pub async fn test_success_token_program() {
pub async fn test_success_private_transfer_to_another_owned_account() {
info!("test_success_private_transfer_to_another_owned_account");
let command = Command::SendNativeTokenTransferPrivate {
let command = Command::SendNativeTokenTransferPrivateOwnedAccount {
from: ACC_SENDER_PRIVATE.to_string(),
to: ACC_RECEIVER_PRIVATE.to_string(),
amount: 100,