mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-07-25 23:23:11 +00:00
rename
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user